View source: R/functions_wrapper.R
remove_estimation_step | R Documentation |
Remove estimation step
remove_estimation_step(model, idx)
model |
(Model) Pharmpy model |
idx |
(numeric) index of estimation step to remove (starting from 0) |
(Model) Pharmpy model object
add_estimation_step
set_estimation_step
append_estimation_step_options
add_parameter_uncertainty_step
remove_parameter_uncertainty_step
set_evaluation_step
## Not run:
model <- load_example_model("pheno")
model <- remove_estimation_step(model, 0)
ests <- model$execution_steps
length(ests)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.