CSE MCQs :: R Programming MCQs
- Point out the correct statement :
- Point out the correct statement :
- Data frames can be converted to a matrix by calling data._______
- Which of the following statement changes column name to h and f ?
- Point out the wrong statement :
-
What would the following code print ?x - c("a", "b", "c")as.logical(x)
-
What would be the output of the following code ?m - matrix(nrow = 2, ncol = 3)dim(m)
-
What would be the output of the following code ?sqrt(-17)
- Point out the correct statement :