Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

StripedBass3

Ages (subsample) and lengths (all fish) for Striped Bass.


Description

As many as 10 fish per 1-inch total length intervals from the StripedBass2 data frame were obtained for age assignment. The remaining fish in the file were only measured for length (i.e., the ages were deleted). This data file can be used to demonstrate the use of age-length keys.

Format

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

tl

Measured total lengths (in inches).

age

Ages assigned from examination of otoliths.

Topic(s)

  • Age-Length Key

See Also

Examples

data(StripedBass3)
str(StripedBass3)
head(StripedBass3)

## Extract the aged sample
sb.aged <- subset(StripedBass3,!is.na(age))
str(sb.aged)

## Extract the length sample
sb.length <- subset(StripedBass3,is.na(age))
str(sb.length)

FSAdata

Data to Support Fish Stock Assessment ('FSA') Package

v0.3.8
GPL (>= 2)
Authors
Derek Ogle [aut, cre] (<https://orcid.org/0000-0002-0370-9299>)
Initial release
2019-05-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.