Correct Answer: list
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
I want to use the sort() function, and I see in the help file that I my sort "an R object with a class, or a numeric, complex, character, or logical vector." Given this guidance, which is a valid call to sort()?
Which is NOT a valid R function for obtaining the residuals from a simple linear regression model of X predicting Y?
Let X be a 3x4 matrix with non-zero values. The result of: > apply(X, 2, mean), is:
Suppose X is the vector c(1:10). Which R code will swap the values of the 3rd element of X and the 7th element of X?
What is the output for the command: > is.na( NaN ) ?
Which R code subsets a matrix Y to only those records (rows) where a variable x (in Y) is less than 100?
What R function can be used to tabulate values of categorical variable Y (columns) by categorical variable X (rows), including missing values?
All of the following will directly display the help file for the plot() function except:
Given this named vector "X": > X <- c( 5, 10, 1, 20 ); > names( X ) <- c( "a", "b", "c", "d" ); Which operation is valid to show the 2nd and 4th components of X?
Given the command: Z <- array(h, dim=c(3,4,2)), Z[1:24] stands for:
R MCQs | Topic-wise