powered by
Determine if an expression is real valued given constraints of a model
is_real(model, expr)
(logical or NULL) TRUE if expression is real, FALSE if not and NULL if unknown
(Model) Pharmpy model
(numeric or str or Expr) Expression to test
if (FALSE) { model <- load_example_model("pheno") is_real(model, "CL") }
Run the code above in your browser using DataLab