openintro (version 2.0.0)

simulated_normal: Simulated data sets, drawn from a normal distribution.

Description

Data were simulated using rnorm.

Usage

simulated_normal

Arguments

Format

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.

Examples

Run this code
# NOT RUN {
data(simulated_normal)
par(mfrow = c(1, 3))
lapply(simulated_normal, qqnorm)

# }

Run the code above in your browser using DataLab