simplify_expression {pharmr} | R Documentation |
Simplify expression given constraints in model
simplify_expression(model, expr)
model |
(Model) Pharmpy model object |
expr |
(str or numeric or Expr) Expression to simplify |
(Expression) Simplified expression
## Not run:
model <- load_example_model("pheno")
simplify_expression(model, "Abs(POP_CL)")
## End(Not run)