Learn R Programming

datana (version 1.0.9)

fishgrowth2: Crecimiento de peces

Description

Variables de crecimiento de peces en el lago West Bearskin del estado de Minnesota, en 1991.

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)
plot(largo~edad,data=fishgrowth2)

Run the code above in your browser using DataLab