em_subsample | R Documentation |
Return a data frame compatible with subsample_catch
specifying
the number of catch observations to use for each estimation model.
em_subsample(estmod, n_comm = 4000)
estmod |
Estimation model name |
n_comm |
Number of commercial observations to use |
Valid estimation model names that subset observations to use only survey data are:
"design"
"model"
"survey"
"survey_spt"
Estimation models that include all survey observations and n_comm
commercial observations
are:
"design_all"
"model_all"
"spatial_ab"
"spatial_q"
"sptemp_ab"
"sptemp_q"
A data frame to be used by subsample_catch
John K Best
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.