51.
Point out the correct statement?

54.
A . . . . . . . . is a set of elements appearing in rows and columns where the elements are of the same mode whether they are logical, numeric (integer or double), complex or character.

59.
What will be the output of the following R code?
> x <- 1:3
> y <- 10:12
> cbind(x, y)

Read More Section(R Programming Basics)

Each Section contains maximum 100 MCQs question on R Programming Basics. To get more questions visit other sections.