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