Oceanography data obtained at site 2 by scientist aboard the ship Ron Brown
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.