Q.1.
Which of the following statement is invalid?
Q.2.
Point out the correct statement?
Q.3.
What will be the output of the following R code? > x <- 6 > class(x)
Q.4.
What will be the output of the following R code? > x <- 0:6 > as.logical(x)
Q.5.
Point out the correct statement?
Q.6.
Which of the following is invalid assignment?
Q.7.
What will be the output of the following R code? > c(10.5.3.6.21.-> x
Q.8.
Which of the following code constructs vector of length 11?
Q.9.
_______ function returns a vector of the same size as x with the elements arranged in increasing order.
Q.10.
Which of the following is used for generating sequences?