powered by
Data for Exercise 1.123
Sentence
A data frame with 41 observations on the following variable.
months
a numeric vector
# NOT RUN { 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) # }
Run the code above in your browser using DataLab