run_qa: run_qa

View source: R/functions_wrapper.R

run_qaR Documentation

run_qa

Description

Run QA tool.

Usage

run_qa(model = NULL, results = NULL, linearize = FALSE, skip = NULL, ...)

Arguments

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

Value

(QAResults) QA tool result object

Examples

## 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)


pharmr documentation built on May 28, 2026, 5:08 p.m.