get_individual_prediction_expression
Get the full symbolic expression for the modelled individual prediction
This function currently only support models without ODE systems
get_individual_prediction_expression(model)
model
: (Model) Pharmpy model object(Expression) Symbolic expression
## Not run: model <- load_example_model("pheno_linear") get_individual_prediction_expression(model) ## End(Not run)
get_population_prediction_expression : Get full symbolic epression for the population prediction