View source: R/functions_wrapper.R
set_evaluation_step | R Documentation |
Set evaluation step
Change the final or the estimation step with a specific index to do evaulation.
set_evaluation_step(model, idx = -1)
model |
(Model) Pharmpy model |
idx |
(numeric) Index of estimation step, default is -1 (last estimation step) |
(Model) Pharmpy model object
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 <- set_evaluation_step(model)
model$execution_steps[1]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.