View source: R/functions_wrapper.R
add_predictions | R Documentation |
Add predictions and/or residuals
Add predictions to estimation step.
add_predictions(model, pred)
model |
(Model) Pharmpy model |
pred |
(array(str)) List of predictions (e.g. c('IPRED', 'PRED')) |
(Model) Pharmpy model object
remove_predictions
remove_residuals
set_estimation_step
add_estimation_step
remove_estimation_step
append_estimation_step_options
add_parameter_uncertainty_step
remove_parameter_uncertainty_step
## Not run:
model <- load_example_model("pheno")
model$execution_steps[-1].predictions
model <- add_predictions(model, c('IPRED'))
model$execution_steps[-1].predictions
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.