powered by
Data for Exercise 2.46 and 2.60
Iceberg
A data frame with 12 observations on the following 3 variables.
Month
a factor with levels Apr Aug Dec Feb Jan Jul Jun Mar May Nov Oct Sep
Apr
Aug
Dec
Feb
Jan
Jul
Jun
Mar
May
Nov
Oct
Sep
Newfound
a numeric vector
GrandBk
# NOT RUN { str(Iceberg) attach(Iceberg) plot(GrandBk,Newfound) abline(lm(Newfound~GrandBk)) detach(Iceberg) # }
Run the code above in your browser using DataLab