Correct Answer: Five matrices, each with 2 rows and 3 columns
Explanation:
Note: This Question is unanswered, help us to find answer for this one
R Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More R MCQ Questions
What is the result of command: labs <- paste(c("X","Y"), 1:10, sep="")?
Which operator performs modular conversion?
The command > t( matrix( 3:2, nrow=2 ) ) will generate:
Which is the fastest way to calculate groupwise means of a variable "x" for each level of a factor called "factor", given you have installed base R, data.table, and plyr?
matrix(1:4, ncol = 2)[1,]
Which statement best characterizes the object generated with array( 1:30, dim = c(2,3,5) )
Which R function will generate an integer X from Y <- "9.145", where Y is stored as a text string?
What's the output of the command : x <- c(T, T, NA); all(x, na.rm = TRUE)
Which R function fits a simple linear regression model of x predicting y without an intercept?
What is the output of matrix(1:10, nrow=2)[2,2]?
R MCQs | Topic-wise