Learn R Programming

datana (version 1.0.6)

fishgrowth2: Crecimiento de peces

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(fishgrowth2)

Arguments

Format

Contiene tres variables, como sigue:

edad

Year at capture.

largo

Length at capture, en mm.

escala

radius of a key scale, en mm.

References

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

Examples

Run this code
data(fishgrowth2)    
head(fishgrowth2) 

Run the code above in your browser using DataLab