Learn R Programming

pharmr (version 2.2.0)

run_qa: run_qa

Description

Run QA tool.

Usage

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

Value

(QAResults) QA tool result object

Arguments

model

(Model) Pharmpy model

results

(ModelfitResults) 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

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
results <- load_example_modelfit_results("pheno")
run_qa(model=model, results=results, linearize=FALSE, skip=c('fullblock'))
}

Run the code above in your browser using DataLab