View source: R/functions_wrapper.R
is_strictness_fulfilled | R Documentation |
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)
model |
(Model) Model for parameter specific strictness. |
results |
(ModelfitResults) ModelfitResults object |
strictness |
(str) A strictness expression |
(logical) A logical indicating whether the strictness criteria are fulfilled or not.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.