Salinity | R Documentation |
Data for Exercise 5.27 and 5.64
Salinity
A data frame/tibble with 48 observations on one variable
surface-water salinity value
J. Davis, Statistics and Data Analysis in Geology, 2nd ed. (New York: John Wiley, 1986).
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
stem(Salinity$salinity)
qqnorm(Salinity$salinity, pch = 19, col = "purple")
qqline(Salinity$salinity, col = "blue")
t.test(Salinity$salinity, conf.level = 0.99)
t.test(Salinity$salinity, conf.level = 0.99)$conf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.