Use sanity_multi() as the fast first screen after fitting. It
prints, and returns invisibly, pass / warn status flags covering
optimiser convergence, max gradient component, Hessian definiteness,
parameter standard errors, and identifiability of the latent()
loadings. For report tables use check_gllvmTMB(); for a broader
human-readable summary use gllvmTMB_diagnose().
Arguments
- object
A fit returned by
gllvmTMB().- gradient_thresh
Maximum allowed absolute gradient component. Default 0.01.
- se_thresh
Threshold above which a parameter SE is flagged as suspiciously large. Default 100.
