powered by
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).
Weisberg S. 2014. Applied Linear Regression. 4th edition. Hoboken NJ: Wiley
data(fishgrowth) head(fishgrowth) plot(length~age, data=fishgrowth)
Run the code above in your browser using DataLab