CSE MCQs :: R Programming MCQs
-
What will be the output of the following code set.seed(10)x - rbinom(100, 1, 0.5)str(x)
- Point out the wrong statement :
- system.time function returns an object of class _______ which contains two useful bits of information.
- Which of the following creates a new ggplot plot from a data frame ?
- Which of the following is a differentiation related aesthetic ?
- Which of the following is discrete state calculator ?
- What is ggplot2 an implementation of ?
- Which of the following function works similar to separate() ?