Learn R Programming

pharmr (version 1.4.0)

get_population_prediction_expression: get_population_prediction_expression

Description

Get the full symbolic expression for the modelled population prediction

This function currently only support models without ODE systems

Usage

get_population_prediction_expression(model)

Value

(Expression) Symbolic expression

Arguments

model

(Model) Pharmpy model object

See Also

get_individual_prediction_expression : Get full symbolic epression for the individual prediction

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno_linear")
get_population_prediction_expression(model)
}

Run the code above in your browser using DataLab