41. Which of the R following code is example of explicit printing?
42. What is the meaning of the following R function?
x <- c(4, 5, 1, 2, 3, 3, 4, 4, 5, 6)
x <- as.factor(x)
x <- c(4, 5, 1, 2, 3, 3, 4, 4, 5, 6)
x <- as.factor(x)
43. R runs on the . . . . . . . . operating system.
44. There are more than . . . . . . . . packages on CRAN that have been developed by users and programmers around the world.
45. Point out the wrong statement?
46. Finally, in . . . . . . . . R version 1.0.0 was released to the public.
47. A . . . . . . . . is a variable that holds one value at a time.
48. Which of the following is not an object of R?
49. Scripts will run on . . . . . . . .
50. Why is it needed for R studio to update regularly?
Read More Section(Introduction to R Programming)
Each Section contains maximum 100 MCQs question on Introduction to R Programming. To get more questions visit other sections.