Q. Which of the following code create a n item vector of random normal deviates?
β
Correct Answer: (C)
x1 <- c(rnorm(n))
You must be Logged in to update hint/solution