Learn R Programming

datana (version 1.0.9)

fishgrowth: Fish growth variables.

Description

Variables of small mouth bass (i.e, a fish) collected in West Bearskin Lake, Minnesota, in 1991.

Usage

data(fishgrowth)

Arguments

Format

Contains three variables, as follows:

years

Year at capture.

length

Length at capture (mm).

scale

radius of a key scale (mm).

References

Weisberg S. 2014. Applied Linear Regression. 4th edition. Hoboken NJ: Wiley

Examples

Run this code
data(fishgrowth)    
head(fishgrowth) 
plot(length~age, data=fishgrowth) 

Run the code above in your browser using DataLab