Learn R Programming

FSAdata (version 0.4.1)

StripedBass5: Ages of Striped Bass assigned from otoliths by two readers.

Description

Ages assigned by two different readers to the otoliths of Striped Bass (Morone saxatilis).

Arguments

Format

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

reader1

Ages assigned by the first reader

reader2

Ages assigned by the second reader

Topic(s)

  • Age Comparison

  • Age Precision

  • Age Bias

  • Ageing Error

See Also

StripedBass4 and StripedBass6.

Examples

Run this code
data(StripedBass5)
str(StripedBass5)
head(StripedBass5)
plot(reader2~reader1,data=StripedBass5)
xtabs(~reader1+reader2,data=StripedBass5)

Run the code above in your browser using DataLab