InterviewSolution
Saved Bookmarks
| 1. |
________ generate random Normal variates with a given mean and standard deviation.(a) dnorm(b) rnorm(c) pnorm(d) rpoisThe question was posed to me by my college director while I was bunking the class.I would like to ask this question from Simulation topic in section Profiling, Simulation and Data Analysis of R Programming |
|
Answer» The correct choice is (b) rnorm |
|