View source: R/functions_wrapper.R
get_individual_prediction_expression | R Documentation |
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
get_population_prediction_expression : Get full symbolic epression for the population prediction
## Not run:
model <- load_example_model("pheno_linear")
get_individual_prediction_expression(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.