fishgrowth | R Documentation |
Variables of small mouth bass (i.e, a fish) collected in West Bearskin Lake, Minnesota, in 1991.
data(fishgrowth)
Contains three variables, as follows:
Year at capture.
Length at capture (mm).
radius of a key scale (mm).
The data were obtained from the alr4
library of R, specifically
from the dataframe wblake
that includes only fish of ages 8 or younger.
Weisberg S. 2014. Applied Linear Regression. 4th edition. Hoboken NJ: Wiley
data(fishgrowth)
head(fishgrowth)
plot(length~age, data=fishgrowth)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.