21. . . . . . . . . generate summary statistics of different variables in the data frame, possibly within strata.
22. What will be the output of the following R code?
> x <- list(aardvark = 1:5)
> x$a
> x <- list(aardvark = 1:5)
> x$aRead More Section(Data Structures in R Programming)
Each Section contains maximum 100 MCQs question on Data Structures in R Programming. To get more questions visit other sections.
