Homework {BSDA} | R Documentation |
Data for Exercise 7.78
Homework
A data frame with 15 observations on the following 2 variables.
Private
Public
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Homework) attach(Homework) boxplot(Private,Public) t.test(Private,Public,conf.level=.98) detach(Homework)