remove_parameter_uncertainty_step {pharmr}R Documentation

remove_parameter_uncertainty_step

Description

Removes parameter uncertainty step from the final estimation step

Usage

remove_parameter_uncertainty_step(model)

Arguments

model

(Model) Pharmpy model

Value

(Model) Pharmpy model object

See Also

add_estimation_step

set_estimation_step

remove_estimation_step

append_estimation_step_options

add_parameter_uncertainty_step

set_evaluation_step

Examples

## Not run: 
model <- load_example_model("pheno")
model <- remove_parameter_uncertainty_step(model)
ests <- model$execution_steps
ests[1]

## End(Not run)

[Package pharmr version 1.0.1 Index]