powered by
Variables de crecimiento de peces en el lago West Bearskin del estado de Minnesota, en 1991.
data(fishgrowth2)
Contiene tres variables, como sigue:
Year at capture.
Length at capture, en mm.
radius of a key scale, en mm.
Weisberg S. 2014. Applied Linear Regression. 4th edition. Hoboken NJ: Wiley
data(fishgrowth2) head(fishgrowth2) plot(largo~edad,data=fishgrowth2)
Run the code above in your browser using DataLab