set_upper_bounds
Set parameter upper bounds
set_upper_bounds(model, bounds, strict = TRUE)
model
: (Model) Pharmpy modelbounds
: (list(str=numeric)) A list of parameter bounds for parameters to changestrict
: (logical) Whether all parameters in input need to exist in the model. Default is TRUE(Model) Pharmpy model object
## Not run: model <- load_example_model("pheno") model <- set_upper_bounds(model, list('POP_CL'=10)) model$parameters['POP_CL'] ## End(Not run)
set_lower_bounds : Set parameter lower bounds
unconstrain_parameters : Remove all constraints of parameters