Vidyalelo
R Programming · all questions

Data Structures in R Programming
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

122

Questions

7/7

Page

Pick an option on a question to see the right answer and solution.

. . . . . . . . generate summary statistics of different variables in the data frame, possibly within strata.

Select an option to see the answer and solution.

What will be the output of the following R code?
> x <- list(aardvark = 1:5)
> x$a

Select an option to see the answer and solution.