powered by
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)
(logical) A logical indicating whether the strictness criteria are fulfilled or not.
(Model) Model for parameter specific strictness.
(ModelfitResults) ModelfitResults object
(str) A strictness expression
if (FALSE) { res <- load_example_modelfit_results('pheno') model <- load_example_model('pheno') is_strictness_fulfilled(model, res, "minimization_successful or rounding_errors") }
Run the code above in your browser using DataLab