Mirex {FSA} | R Documentation |
Mirex concentration, weight, capture year, and species of Lake Ontario Coho and Chinook salmon.
A data frame with 122 observations on the following 4 variables.
chinook
and coho
The year
variable should be converted to a factor as shown in the example.
From (actual data) Makarewicz, J.C., E.Damaske, T.W. Lewis, and M. Merner. 2003. Trend analysis reveals a recent reduction in mirex concentrations in coho (Oncorhynchus kisutch) and chinook (O. tshawytscha) salmon from Lake Ontario. Environmental Science and Technology, 37:1521-1527.
Used in fitPlot
, residPlot
, compSlopes
, compIntercepts
, hoCoef
, and rSquared
examples.
Mirex$year <- factor(Mirex$year) lm1 <- lm(mirex~weight*year*species,data=Mirex) anova(lm1)