Learn R Programming

pharmr (version 1.4.0)

get_observation_expression: 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)

Value

(Expression) Symbolic expression

Arguments

model

(Model) Pharmpy model object

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno_linear")
expr <- get_observation_expression(model)
print(expr$unicode())
}

Run the code above in your browser using DataLab