R
Generating Numbers in R
sample
runif uniform distribution
rbinom the binomial distribution
rnorm the normal distribution
mixing it up
summary
sampling distribution of the mean.
Taking multiple samples of the same size
Getting the means of the samples
simulating the distribution of sample means
Sampling distributions for any statistic
Central limit theorem
The normal distribution
Graphing the normal distribution
calculating the probability of specific ranges.
summary pnorm
z-scores
Calculating z-scores
Generalization Exercise
Writing assignment