21. Point out the wrong statement?
22. If you explicitly want an integer, you need to specify the . . . . . . . . suffix.
23. The first component can be accessed using . . . . . . . . operator.
24. What will be the output of the following R code?
> x <- vector("numeric", length = 10)
> x
> x <- vector("numeric", length = 10)
> x25. What will be the output of the following R code?
> x <- 0:6
> as.logical(x)
> x <- 0:6
> as.logical(x)26. Point out the correct statement?
27. Which of the following can be considered as object attribute?
28. The . . . . . . . . stores the nominal values as a vector of integers in the range of 1 to unique values in the nominal variable.
29. The . . . . . . . . function creates a regular sequence of values to form a vector.
30. Point out the correct statement?
Read More Section(R Programming Basics)
Each Section contains maximum 100 MCQs question on R Programming Basics. To get more questions visit other sections.
