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

For explanation: rnorm function generates “n” NORMAL random numbers based on the mean and standard deviation arguments passed to the function. The WORKSPACE of R is FLEXIBLE to all FUNCTIONS of statistics.



Discussion

No Comment Found

Related InterviewSolutions