load_example_modelfit_results {pharmr} | 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)