sanity: Sanity check of a tinyVAST model

View source: R/sanity.R

sanityR Documentation

Sanity check of a tinyVAST model

Description

Sanity check of a tinyVAST model

Usage

sanity(object, big_sd_log10 = 2, gradient_thresh = 0.001, silent = FALSE)

Arguments

object

Fitted model from tinyVAST().

big_sd_log10

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_thresh

Gradient threshold to issue warning.

silent

Logical: suppress messages? Useful to set to TRUE if running large numbers of models and just interested in returning sanity list objects.

Value

An invisible named list of checks.


tinyVAST documentation built on March 24, 2026, 1:07 a.m.