Sentence {BSDA} | R Documentation |
Data for Exercise 1.123
Sentence
A data frame with 41 observations on the following variable.
months
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Sentence) attach(Sentence) stem(months) EDA(months) ll <- mean(months)-2*sd(months) ul <- mean(months)+2*sd(months) limits <- c(ll,ul) limits detach(Sentence)