StripedBass5 | R Documentation |
Ages assigned by two different readers to the otoliths of Striped Bass (Morone saxatilis).
A data frame of 458 observations on the following 2 variables:
Ages assigned by the first reader
Ages assigned by the second reader
Age Comparison
Age Precision
Age Bias
Ageing Error
From Figure 5 in Chapter 10 (Striped Bass) of the VMRC Final Report on Finfish Ageing, 2003 by the Center for Quantitative Fisheries Ecology at Old Dominion University. CSV file
StripedBass4
and StripedBass6
.
data(StripedBass5)
str(StripedBass5)
head(StripedBass5)
plot(reader2~reader1,data=StripedBass5)
xtabs(~reader1+reader2,data=StripedBass5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.