Vidyalelo
R Programming · Q18

Introduction to R Programming

Programming · R Programming · question 18

Q18

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
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board