Correct Answer: plot( X ~ Y )
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 value of Y? Y <- 10 + 100 & !is.na(0)
Given the command: Z <- array(h, dim=c(3,4,2)), Z[] with an empty subscript or Z with no subscript stands for:
What is the output for the command: > rep( c(1:2), each = 3)
The function "rescale()" exists in both the plotrix and psych packages. How can I ensure that the plotrix version is used to scale my vector "X" to between 1 and 2?
What is the output of the command: paste("O", "M", "G")
R operates on named data structures. The simplest such structure is the numeric vector, which is a single entity consisting of an ordered collection of numbers. To set up a vector named x, consisting of 10.4, 5.6, 3.1, 6.4 and 21.7, which is the INCORRECT command:
The command > Z <- array(h, dim=c(3,4,2)) would use h to set up 3 by 4 by 2 array in Z. However if h is shorter than 24, its values___________________.
If Y is a multi-modal vector of integers, which R function would return all modes of Y (the most frequent value(s) of Y)?
What is the output of: rrr <- 5.45667; sprintf("%1.f", round(rrr, 3))
What values are displayed for the x-axis limits of the following plot? plot(c(0, 2), c(0, 1), xaxt="n", yaxt="n"); axis(side=2, labels=c("0", "10"), at=c(0,1))
R MCQs | Topic-wise