get_observation_expression {pharmr}R Documentation

get_observation_expression

Description

Get the full symbolic expression for the observation according to the model

This function currently only support models without ODE systems

Usage

get_observation_expression(model)

Arguments

model

(Model) Pharmpy model object

Value

(Expression) Symbolic expression

Examples

## Not run: 
model <- load_example_model("pheno_linear")
expr <- get_observation_expression(model)
print(expr$unicode())

## End(Not run)


[Package pharmr version 1.0.1 Index]