View source: R/functions_wrapper.R
| run_qa | R Documentation |
Run QA tool.
run_qa(model = NULL, results = NULL, linearize = FALSE, skip = NULL, ...)
model |
(Model (optional)) Pharmpy model |
results |
(ModelfitResults (optional)) Results of model |
linearize |
(logical) Whether or not to use linearization when running the tool |
skip |
(array(str) (optional)) A vector of sections to ski |
... |
Arguments to pass to tool |
(QAResults) QA tool result object
## Not run:
model <- load_example_model("pheno")
results <- load_example_modelfit_results("pheno")
run_qa(model=model, results=results, linearize=FALSE, skip=c('fullblock'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.