11. R language has superficial similarity with . . . . . . . .
12. How many atomic vector types does R have?
13. What is the length of b?
b <- 2:7
b <- 2:7
14. What will be the output of the following R function?
d <- diag(5, nrow=2, ncol=2)
d
d <- diag(5, nrow=2, ncol=2)
d
15. The dimension attribute is itself an integer vector of length . . . . . . . .
16. A single element of a character vector is referred as . . . . . . . .
17. What will be the output of the following R program?
r<-0:10
r[2]
r<-0:10
r[2]
18. Which Package contains most fundamental functions to run R?
19. R is technically much closer to the Scheme language than it is to the original . . . . . . . . language.
20. What is NaN called?
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.