

MCQOPTIONS
Saved Bookmarks
1. |
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. | all of the mentioned |
Answer» D. all of the mentioned | |