Learn R Programming

FSAdata (version 0.4.1)

MuskieSLR: Ages of Muskellunge assigned from scales and cleithra.

Description

Ages of St. Lawrence River, ONT, Muskellunge (Esox masquinongy) assessed from scales and cleithra.

Arguments

Format

A data frame of 43 observations on the following 2 variables:

ageC

Age assigned from examinaton of cleithrum

ageS

Age assigned from examination of scales

Topic(s)

  • Age Comparison

  • Age Precision

  • Age Bias

  • Ageing Error

Examples

Run this code
data(MuskieSLR)
str(MuskieSLR)
head(MuskieSLR)
plot(ageS~ageC,data=MuskieSLR)
xtabs(~ageC+ageS,data=MuskieSLR)

Run the code above in your browser using DataLab