R Programming Basics - Study Mode
[#71] Find the following type of vector? a <- c(1,2,5.3,6,-2,4)
Correct Answer
(A) Numeric
[#72] Density function gives output as . . . . . . . .
Correct Answer
(B) Lists
[#73] Which of the following code snippet will create a vector with NAs in it?
Correct Answer
(A) x >- c(1, 2, NA, 10, 3)
[#74] What is the simplest way of creating the vector?
Correct Answer
(A) C function
[#75] . . . . . . . . provides optional labels with the columns and rows.
Correct Answer
(B) Dimnames