Examveda

Which of the following code create a n item vector of random normal deviates?

A. x1 <- c(snorm(n))

B. x1 <- c(pnorm(n))

C. x1 <- c(rnorm(n))

D. x1 >- c(norm(n))

Answer: Option C


This Question Belongs to R Programming >> Data Visualization With Ggplot2

Join The Discussion

Related Questions on Data Visualization with ggplot2