run_checks {ATNr} | R Documentation |
Run checks on model parameters
Description
Check if the dimensions of vectors and matrices used in the model are correct. If any dimension is not correct, an error message is returned.
Usage
run_checks(model, verbose = TRUE)
Arguments
model |
a model object. |
verbose |
Boolean, whether a message should be printed when all checks were successful |
Value
No return value, only throw an error if parameters are inconsistent.
[Package ATNr version 1.1.0 Index]