remove_estimation_step: remove_estimation_step

View source: R/functions_wrapper.R

remove_estimation_stepR Documentation

remove_estimation_step

Description

Remove estimation step

Usage

remove_estimation_step(model, idx)

Arguments

model

(Model) Pharmpy model

idx

(numeric) index of estimation step to remove (starting from 0)

Value

(Model) Pharmpy model object

See Also

add_estimation_step

set_estimation_step

append_estimation_step_options

add_parameter_uncertainty_step

remove_parameter_uncertainty_step

set_evaluation_step

Examples

## Not run: 
model <- load_example_model("pheno")
model <- remove_estimation_step(model, 0)
ests <- model$execution_steps
length(ests)

## End(Not run)

pharmpy/pharmr documentation built on Feb. 15, 2025, 3:22 a.m.