powered by
Data were simulated using rnorm.
rnorm
simulated_normal
The format is: List of 3 $ n40 : 40 observations from a standard normal distribution. $ n100: 100 observations from a standard normal distribution. $ n400: 400 observations from a standard normal distribution.
data(simulated_normal) lapply(simulated_normal, qqnorm)
Run the code above in your browser using DataLab