Correct Answer: Data frame: names() and row.names() matrix: dimnames() (not sure)
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
Ournames is a character vector. What values does the statement below return to Cpeople? Cpeople <- ournames %in% grep("^C", ournames, value=TRUE)
How do you return "October" from x in this code? x<-as.Date("2018-10-01")
Which file contains settings that R uses for all users of a given installation of R?
If mdf is a data frame, which statement is true ?
A list can contain a list as an element. MyList has five columns, and the third column's item is a list of three items. How do you put all seven values in MyList into a single vector?
Which of the following is NOT a valid data import function?
The entities on which R operates are technically known as:
What does the following R function output? abs(10 - 3 * 4)
How does one obtain the FIRST element of x when x <- 1:9?
Which R function provides a histogram of the numeric vector X?
R MCQs | Topic-wise