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