A data frame containing the information needed to run an age-structured stock
assessment model in FIMS. This data was generated using
the ASSAMC package written for the model comparison project.
The source code to make this dataset is in data-raw/data_big.R which is on
GitHub but will not be in your local installation because it is in the
.Rbuildignore file.
Format
A data frame with 2808 observations of 8 variables:
- type
The type of input the row contains. Allowed types include age_comp, age_to_length_conversion, index, catch, length_comp, and weight_at_age.
- fleet
A character string providing the name of the information source that the input was collected from, e.g.,
"Trawl fishery"or"age_zero_survey". Entries can beNAfor information that is not fleet/vessel specific.- age
An integer age. Entry can be
NAif information pertains to multiple ages, e.g., total catch rather than catch of age-4 fish. In this dataset, ages start at one, therefore recruitment happens at age one not age zero.- length
A numeric length. Entry can be
NAif information doesn't pertain to length.- timing
The timing, i.e., year the data was collected.
- observed
The observed measurement of interest.
- unit
A character string specifying the units of
observed. Allowed units for each data type are as follows.mtis used forindex,catch, andweight_at_agedata.numberorproportionare each viable units for the composition data, where the former is the preferred unit of measurement.- uncertainty
A right-handed formula specifying the distributional assumptions for the entry in
observed. SeeFIMSFrame()for more information about this column.
