Learn R Programming

FSAdata (version 0.4.1)

Morwong1: Ages of Morwong assigned from otoliths by Reader A at two times.

Description

Ages assigned at two different times by Reader A to the otoliths of Jackass Morwong (Nemadactylus macropterus).

Arguments

Format

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

first

Ages assigned on the first reading

second

Ages assigned on the second reading

Topic(s)

  • Age Comparison

  • Age Precision

  • Age Bias

  • Ageing Error

Examples

Run this code
data(Morwong1)
str(Morwong1)
head(Morwong1)
plot(second~first,data=Morwong1)
xtabs(~first+second,data=Morwong1)

Run the code above in your browser using DataLab