get_observation_expression {pharmr} | 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)