Post Optimization Model Convergence Checks
Usage
post_optim_sanity_checks(
sd_rep,
rep,
gradient_tol = 0.001,
se_tol = 100,
corr_tol = 0.99
)
Arguments
- sd_rep
sd report list from a `SPoRC` model
- rep
report list from a `SPoRC` model
- gradient_tol
Value for maximum gradient tolerance to use
- se_tol
Value for maximum standard error tolerance to use
- corr_tol
Value for maximum correlation tolerance to use