Learn R Programming

mistat (version 2.0.3)

RNORM10: Random Sample from N(10, 1)

Description

Random sample of size \(n = 28\) from the normal distribution \(N(10,1)\).

Usage

data(RNORM10)

Arguments

Examples

Run this code
# NOT RUN {
data(RNORM10)

plot(RNORM10, type="b")

abline(h=10, lwd=2, col=2)
# }

Run the code above in your browser using DataLab