powered by
Data for Exercise 7.78
Homework
A data frame with 15 observations on the following 2 variables.
Private
a numeric vector
Public
# NOT RUN { str(Homework) attach(Homework) boxplot(Private,Public) t.test(Private,Public,conf.level=.98) detach(Homework) # }
Run the code above in your browser using DataLab