powered by
Data for Exercise 9.22
Eggs
A data frame with 12 observations on the following 7 variables.
feed
a numeric vector
eggs
SRES1
FITS1
c1sq
SRES2
FITS2
# NOT RUN { str(Eggs) attach(Eggs) plot(feed,eggs) model <- lm(eggs~feed) abline(model) summary(model) detach(Eggs) remove(model) # }
Run the code above in your browser using DataLab