Earthqk {BSDA} | R Documentation |
Data for Exercise 6.97
Earthqk
A data frame with 100 observations on the following 2 variables.
year
severity
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Earthqk) attach(Earthqk) EDA(severity) t.test(severity,mu=100,alternative="greater") detach(Earthqk)