View source: R/functions_wrapper.R
run_bootstrap | R Documentation |
Run bootstrap tool
run_bootstrap(model, results = NULL, resamples = 1, ...)
model |
(Model) Pharmpy model |
results |
(ModelfitResults (optional)) Results for model |
resamples |
(numeric) Number of bootstrap resample |
... |
Arguments to pass to tool |
(BootstrapResults) Bootstrap tool result object
## Not run:
model <- load_example_model("pheno")
results <- load_example_modelfit_results("pheno")
run_bootstrap(model, res, resamples=500)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.