50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

pharmr (version 1.0.1)

set_evaluation_step: set_evaluation_step

Description

Set estimation step

Sets estimation step for a model. Methods currently supported are: FO, FOCE, ITS, LAPLACE, IMPMAP, IMP, SAEM, BAYES

Usage

set_evaluation_step(model, idx = -1)

Value

(Model) Pharmpy model object

Arguments

model

(Model) Pharmpy model

idx

(numeric) Index of estimation step, default is -1 (last estimation step)

See Also

set_estimation_step

add_estimation_step

remove_estimation_step

append_estimation_step_options

add_parameter_uncertainty_step

remove_parameter_uncertainty_step

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
model <- set_evaluation_step(model)
model$execution_steps[1]
}

Run the code above in your browser using DataLab