powered by
Data for Exercise 6.46
Chesapea
A data frame with 16 observations on the following variable.
salinity
a numeric vector
# NOT RUN { str(Chesapea) attach(Chesapea) qqnorm(salinity) qqline(salinity) shapiro.test(salinity) t.test(salinity,mu=7) detach(Chesapea) # }
Run the code above in your browser using DataLab