View source: R/functions_wrapper.R
| add_output_variables | R Documentation |
Add output variables to an execution step
add_output_variables(model, variables, append = TRUE)
model |
(Model) Pharmpy model |
variables |
(array(str)) List of variables to add |
append |
(logical) Set to false to overwrite all variables |
(Model) Updated Pharmpy model
add_predictions
add_residuals
remove_predictions
remove_residuals
## Not run:
model <- load_example_model("pheno")
model$execution_steps[-1].variables
model <- add_output_variables(model, c('CL'))
model$execution_steps[-1].variables
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.