get_population_prediction_expression {pharmr} | R Documentation |
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)
Arguments
model |
(Model) Pharmpy model object |
Value
(Expression) Symbolic expression
See Also
get_individual_prediction_expression : Get full symbolic epression for the individual prediction
Examples
## Not run:
model <- load_example_model("pheno_linear")
get_population_prediction_expression(model)
## End(Not run)
[Package pharmr version 1.0.1 Index]