run_checks function

Run checks on model parameters

Run checks on model parameters

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.

run_checks(model, verbose = TRUE)

Arguments

  • model: a model object.
  • verbose: Boolean, whether a message should be printed when all checks were successful

Returns

No return value, only throw an error if parameters are inconsistent.

  • Maintainer: Benoit Gauzens
  • License: GPL (>= 2)
  • Last published: 2023-09-04

Useful links