Data for Exercise 6.97
Earthqk
A data frame with 100 observations on the following 2 variables.
year
a numeric vector
severity
a numeric vector
# NOT RUN {
str(Earthqk)
attach(Earthqk)
EDA(severity)
t.test(severity,mu=100,alternative="greater")
detach(Earthqk)
# }
Run the code above in your browser using DataLab