add_residuals function

add_residuals

add_residuals

Add predictions and/or residuals

Add residuals to estimation step.

Added redidual variable(s) need to be one of the following : c('RES', 'IRES', 'WRES', 'IWRES', 'CWRES')

add_residuals(model, res)

Arguments

  • model: (Model) Pharmpy model
  • res: (array(str)) List of residuals (e.g. c('CWRES'))

Returns

(Model) Pharmpy model object

Examples

## Not run: model <- load_example_model("pheno") model$execution_steps[-1].residuals model <- add_residuals(model, c('WRES')) model$execution_steps[-1].residuals ## End(Not run)

See Also

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

  • Maintainer: Rikard Nordgren
  • License: LGPL (>= 3)
  • Last published: 2024-12-04

Downloads (last 30 days):