simplify_expression: simplify_expression

View source: R/functions_wrapper.R

simplify_expressionR Documentation

simplify_expression

Description

Simplify expression given constraints in model

Usage

simplify_expression(model, expr)

Arguments

model

(Model) Pharmpy model

expr

(str or numeric or Expr) Expression to simplify

Value

(Expression) Simplified expression

Examples

## Not run: 
model <- load_example_model("pheno")
simplify_expression(model, "Abs(POP_CL)")

## End(Not run)


pharmr documentation built on May 28, 2026, 5:08 p.m.