Examveda

What is the purpose of the R function rnorm(100, mean = 0, sd = 1)?

A. Generate 100 random numbers from a normal distribution with mean 0 and SD 1

B. Generate a sequence from 1 to 100 with mean 0 and SD 1

C. Create a normal distribution plot

D. Compute the cumulative distribution function

Answer: Option A


This Question Belongs to R Programming >> Introduction To R Programming

Join The Discussion

Related Questions on Introduction to R Programming