View source: R/functions_wrapper.R
load_example_modelfit_results | R Documentation |
Load the modelfit results of an example model
Load the modelfit results of an example model built into Pharmpy
load_example_modelfit_results(name)
name |
(str) Name of the model. Currently available models are "pheno" and "pheno_linear" |
(ModelfitResults) Loaded modelfit results object
## Not run:
results <- load_example_modelfit_results("pheno")
results$parameter_estimates
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.