powered by
Get the full symbolic expression for the modelled individual prediction
This function currently only support models without ODE systems
get_individual_prediction_expression(model)
(Expression) Symbolic expression
(Model) Pharmpy model object
get_population_prediction_expression : Get full symbolic epression for the population prediction
if (FALSE) { model <- load_example_model("pheno_linear") get_individual_prediction_expression(model) }
Run the code above in your browser using DataLab