Function to rearrange a data_list object to be read into TMB
rearrange_dat() is a deprecated alias for rearrange_data()
kept for backwards compatibility; please use rearrange_data().
Arguments
- data_list
an Rceattle data_list
- build_osa
Logical. Passed to
build_osa_data(); whenTRUEthe full one-step-ahead (OSA) observation data is assembled soosa_residuals()can be computed. DefaultFALSE(the fast path used by simulation testing). The composition proportion offset is read fromdata_list$comp_offset(default1e-5).