View source: R/functions_wrapper.R
remove_parameter_uncertainty_step | R Documentation |
Removes parameter uncertainty step from the final estimation step
remove_parameter_uncertainty_step(model)
model |
(Model) Pharmpy model |
(Model) Pharmpy model object
add_estimation_step
set_estimation_step
remove_estimation_step
append_estimation_step_options
add_parameter_uncertainty_step
set_evaluation_step
## Not run:
model <- load_example_model("pheno")
model <- remove_parameter_uncertainty_step(model)
ests <- model$execution_steps
ests[1]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.