Which Of The Following Code Create A N Item Vector Of Random #621
Which of the following code create a n item vector of random normal deviates?
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 Commands, Packages, Visualizing Data and Linear Regression - Commands - Quiz No.1.
Which of the following code create a n item vector of random normal deviates?
x1 <- c(snorm(n))
x1 <- c(pnorm(n))
x1 <- c(rnorm(n))
x1 >- c(norm(n))