powered by
Data for Exercise 2.89
Family
A data frame with 20 observations on the following 2 variables.
Number
a numeric vector
Cost
# NOT RUN { str(Family) attach(Family) plot(Number,Cost) cor(Number,Cost) lm(Cost~Number) detach(Family) # }
Run the code above in your browser using DataLab