load_example_modelfit_results {pharmr} | R Documentation |
load_example_modelfit_results
Description
Load the modelfit results of an example model
Load the modelfit results of an example model built into Pharmpy
Usage
load_example_modelfit_results(name)
Arguments
name |
(str) Name of the model. Currently available models are "pheno" and "pheno_linear" |
Value
(ModelfitResults) Loaded modelfit results object
Examples
## Not run:
results <- load_example_modelfit_results("pheno")
results$parameter_estimates
## End(Not run)
[Package pharmr version 1.0.1 Index]