Family {BSDA} | R Documentation |
Data for Exercise 2.89
Family
A data frame with 20 observations on the following 2 variables.
Number
Cost
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Family) attach(Family) plot(Number,Cost) cor(Number,Cost) lm(Cost~Number) detach(Family)