InterviewSolution
Saved Bookmarks
| 1. |
________ function generates “n” normal random numbers based on the mean and standard deviation arguments passed to the function.(a) rnorm(b) vnorm(c) knorm(d) lnormThe question was asked in unit test.This question is from Functions topic in portion Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming |
|
Answer» The correct option is (a) RNORM |
|