| Iceberg {BSDA} | R Documentation |
Data for Exercise 2.46 and 2.60
Iceberg
A data frame with 12 observations on the following 3 variables.
MonthApr Aug Dec Feb Jan Jul Jun Mar May Nov Oct SepNewfoundGrandBkKitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Iceberg) attach(Iceberg) plot(GrandBk,Newfound) abline(lm(Newfound~GrandBk)) detach(Iceberg)