Gym {BSDA} | R Documentation |
Data for Exercises 2.21, 9.14, and 9.32
Gym
A data frame with 8 observations on the following 3 variables.
age
number
x.
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Gym) attach(Gym) plot(age,number) model <- lm(number~age) abline(model) cor(age,number) detach(Gym)