Learn R Programming

FSAdata (version 0.4.1)

Morwong3: Ages of Morwong assigned from otoliths by two readers.

Description

Ages assigned by two different readers to the otoliths of Jackass Morwong (Nemadactylus macropterus).

Arguments

Format

A data frame with 58 paired observations on the following 2 variables.

readerA

Ages assigned by Reader A

readerB

Ages assigned by Reader B

Topic(s)

  • Age Comparison

  • Age Precision

  • Age Bias

  • Ageing Error

Examples

Run this code
data(Morwong3)
str(Morwong3)
head(Morwong3)
plot(readerB~readerA,data=Morwong3)
with(Morwong3,table(readerA,readerB))

Run the code above in your browser using DataLab