Map chronic tag shedding parameter
do_conv_tag_shed_mapping.RdInternal helper called by Setup_Mod_Tagging to construct the
TMB/RTMB factor map for ln_conv_tag_shed, the log-scale annual
chronic tag shedding rate. This parameter is a vector of length
n_conv_tag_cohorts (one element per tag release event / row of
conv_tag_release_indicator); when tagging is inactive it is a
length-1 placeholder.
Arguments
- input_list
Named list with
$data,$par, and$mapsublists. Requires$data$use_conv_fish_taggingand$par$ln_conv_tag_shed.- conv_tag_shed_spec
Character string. One of:
"fix"Fix
ln_conv_tag_shedat its starting values for every release event (mapped toNA)."est_shared"Estimate a single value of
ln_conv_tag_shedshared across all release events (mapped to factor level1for every event)."est_all"Estimate an independent value of
ln_conv_tag_shedfor every release event (mapped to distinct factor levels1:n_conv_tag_cohorts). Issues a warning, as per-event chronic shedding is frequently non-identifiable.