Sanity check of a tinyVAST model
sanity(object, big_sd_log10 = 2, gradient_thresh = 0.001, silent = FALSE)An invisible named list of checks.
Fitted model from tinyVAST().
Value to check size of standard errors against. A value
of 2 would indicate that standard errors greater than 10^2 (i.e., 100)
should be flagged.
Gradient threshold to issue warning.
Logical: suppress messages? Useful to set to TRUE if running
large numbers of models and just interested in returning sanity list
objects.