check_identifiable {adnuts} | R Documentation |
Check identifiability from model Hessian
Description
Check identifiability from model Hessian
Usage
check_identifiable(model, path = getwd())
Arguments
model |
Model name without file extension |
path |
Path to model folder, defaults to working directory |
Details
Read in the admodel.hes file and check the eigenvalues to
determine which parameters are not identifiable and thus cause the
Hessian to be non-invertible. Use this to identify which parameters
are problematic. This function was converted from a version in the
FishStatsUtils
package.
Value
Prints output of bad parameters and invisibly returns it.
[Package adnuts version 1.1.2 Index]