Learn R Programming

datana (version 1.0.6)

fishgrowth: Data on fish growth.

Description

Data on samples of small mouth bass collected in West Bearskin Lake, Minnesota, in 1991. The file wblake includes only fish of ages 8 or younger.

Usage

data(fishgrowth)

Arguments

Format

Contains 3 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) 

Run the code above in your browser using DataLab