View source: R/functions_wrapper.R
| run_vpc | R Documentation |
Run VPC
run_vpc(
model,
results = NULL,
samples = 20,
stratify = NULL,
frem = FALSE,
...
)
model |
(Model) Pharmpy model |
results |
(ModelfitResults (optional)) Results for model |
samples |
(numeric) Number of samples |
stratify |
(str (optional)) Column to stratify on |
frem |
(logical) Should we run the special vpc procedure a FREM model |
... |
Arguments to pass to tool |
(VPCResults) VPC results object
## Not run:
model <- load_example_model("pheno")
res <- load_example_modelfit_results("pheno")
run_vpc(model, res, samples=200)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.