powered by
Data for Exercise 2.50
Psat
A data frame with 7 observations on the following 4 variables.
psat
a numeric vector
sat
SRES1
FITS1
# NOT RUN { str(Psat) attach(Psat) model <- lm(sat~psat) plot(psat,resid(model)) detach(Psat) # }
Run the code above in your browser using DataLab