Add reporting of biological reference points to WHAM model
Source:R/do_reference_points.R
do_reference_points.RdChanges internal flags to do the extra calculations and reporting for reference points.
Arguments
- model
a fitted WHAM model object returned by fit_wham or project_wham.
- do.sdrep
T/F, calculate standard deviations of model parameters? See
sdreport. Default =FALSE.- save.sdrep
T/F, save the full
TMB::sdreportobject? IfFALSE, only savesummary.sdreportto reduce model object file size. Default =TRUE.