View source: R/functions_wrapper.R
mu_reference_model | R Documentation |
Convert model to use mu-referencing
Mu-referencing an eta is to separately define its actual mu (mean) parameter. For example: (equation could not be rendered, see API doc on website) normal distribution would give (equation could not be rendered, see API doc on website) (equation could not be rendered, see API doc on website)
mu_reference_model(model)
model |
(Model) Pharmpy model object |
(Model) Pharmpy model object
## Not run:
model <- load_example_model("pheno")
model <- mu_reference_model(model)
model$statements$before_odes
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.