-
Simple Random Sampling
rnorm(n,mean,sd) performs random sampling.
A small sample does not look like a normal distribution.
As the number of samples increases, the distribution approaches a normal distribution.
rnorm(n,mean,sd) performs random sampling.
A small sample does not look like a normal distribution.
As the number of samples increases, the distribution approaches a normal distribution.