Learn R Programming

mistat (version 0.999)

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

source

Kenett, R. and Zacks, S. (1998) Modern Industrial Statistics: The Design and Control of Quality and Reliability. Duxbury Press.

Examples

Run this code
data(RNORM10)

plot(RNORM10, type="b")

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

Run the code above in your browser using DataLab