Learn R Programming

FSAdata (version 0.3.0)

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

source

Extracted from Figure 5 in Chapter 10 (Striped Bass) of the VMRC Final Report on Finfish Ageing, 2003 by the http://ww2.odu.edu/sci/cqfe/{Center for Quantitative Fisheries Ecology} at Old Dominion University.

Topic(s)

  • Age comparison
  • Age precision
  • Age Bias
  • Ageing error

concept

Age Precision Bias 'Age Comparison'

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