View source: R/functions_wrapper.R
greekify_model | R Documentation |
Convert to using greek letters for all population parameters
greekify_model(model, named_subscripts = FALSE)
model |
(Model) Pharmpy model |
named_subscripts |
(logical) Use previous parameter names as subscripts. Default is to use integer subscripts |
(Model) Pharmpy model object
## Not run:
model <- load_example_model("pheno")
model$statements
model <- greekify_model(cleanup_model(model))
model$statements
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.