is_strictness_fulfilled function

is_strictness_fulfilled

is_strictness_fulfilled

Takes a ModelfitResults object and a statement as input and returns TRUE/FALSE if the evaluation of the statement is TRUE/FALSE.

is_strictness_fulfilled(model, results, strictness)

Arguments

  • model: (Model) Model for parameter specific strictness.
  • results: (ModelfitResults) ModelfitResults object
  • strictness: (str) A strictness expression

Returns

(logical) A logical indicating whether the strictness criteria are fulfilled or not.

Examples

## Not run: res <- load_example_modelfit_results('pheno') model <- load_example_model('pheno') is_strictness_fulfilled(model, res, "minimization_successful or rounding_errors") ## End(Not run)
  • Maintainer: Rikard Nordgren
  • License: LGPL (>= 3)
  • Last published: 2024-12-04