powered by
Set estimation step
Sets estimation step for a model. Methods currently supported are: FO, FOCE, ITS, LAPLACE, IMPMAP, IMP, SAEM, BAYES
set_evaluation_step(model, idx = -1)
(Model) Pharmpy model object
(Model) Pharmpy model
(numeric) index of estimation step, default is -1 (last estimation step)
set_estimation_step
add_estimation_step
remove_estimation_step
append_estimation_step_options
add_covariance_step
remove_covariance_step
if (FALSE) { model <- load_example_model("pheno") model <- set_evaluation_step(model) model$estimation_steps[1] }
Run the code above in your browser using DataLab