View source: R/functions_wrapper.R
get_observation_expression | R Documentation |
Get the full symbolic expression for the observation according to the model
This function currently only support models without ODE systems
get_observation_expression(model)
model |
(Model) Pharmpy model object |
(Expression) Symbolic expression
## Not run:
model <- load_example_model("pheno_linear")
expr <- get_observation_expression(model)
print(expr$unicode())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.