powered by
Data used in Examples 9.2 and 9.9
Apolipop
A data frame with 15 observations on the following 4 variables.
coffee
a numeric vector
apolipB
SRES1
FITS1
# NOT RUN { attach(Apolipop) str(Apolipop) plot(coffee,apolipB) linmod <- lm(apolipB~coffee) summary(linmod) # plot(linmod) detach(Apolipop) # }
Run the code above in your browser using DataLab