powered by
Removes covariance step to the final estimation step
remove_covariance_step(model)
(Model) Pharmpy model object
(Model) Pharmpy model
add_estimation_step
set_estimation_step
remove_estimation_step
append_estimation_step_options
add_covariance_step
set_evaluation_step
if (FALSE) { model <- load_example_model("pheno") model <- remove_covariance_step(model) ests <- model$estimation_steps ests[1] }
Run the code above in your browser using DataLab