powered by
Run QA tool.
run_qa(model, results, linearize = FALSE, skip = NULL, ...)
(QAResults) QA tool result object
(Model) Pharmpy model
(ModelfitResults) Results of model
(logical) Whether or not to use linearization when running the tool
(array(str) (optional)) A vector of sections to ski
Arguments to pass to tool
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