Ronbrown2 | R Documentation |
Data for Exercise 2.56 and Example 2.4
Ronbrown2
A data frame/tibble with 150 observations on three variables
ocean depth (in meters)
ocean temperature (in Celcius)
ocean salinity level
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
plot(salinity ~ depth, data = Ronbrown2)
model <- lm(salinity ~ depth, data = Ronbrown2)
summary(model)
plot(model, which = 1)
rm(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.