Mirex | 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.
a numeric vector of capture years
a numeric vector of salmon weights (kg)
a numeric vector of mirex concentration in the salmon tissue (mg/kg)
a factor with levels chinook
and coho
The year
variable should be converted to a factor as shown in the example.
Linear models
Other
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. CSV file
Mirex$year <- factor(Mirex$year)
lm1 <- lm(mirex~weight*year*species,data=Mirex)
anova(lm1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.