41.
What is the role of exploratory graphs in data analysis?

43.
What will be the output of the following R code?
> set.seed(20)
> x <- rnorm(100)
> e <- rnorm(100, 0, 2)
> y <- 0.5 + 2 * x + e 
> summary(y)

Read More Section(Data Manipulation with dplyr)

Each Section contains maximum 100 MCQs question on Data Manipulation with dplyr. To get more questions visit other sections.