Study {BSDA} | R Documentation |
Data for Exercise 5.25
Study
A data frame with 50 observations on the following variable.
hours
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Study) attach(Study) stem(hours) EDA(hours) detach(Study)