powered by
Set parameter lower bounds
set_lower_bounds(model, bounds, strict = TRUE)
(Model) Pharmpy model object
(Model) Pharmpy model
(list(str=numeric)) A list of parameter bounds for parameters to change
(logical) Whether all parameters in input need to exist in the model. Default is TRUE
set_upper_bounds : Set parameter upper bounds
unconstrain_parameters : Remove all constraints of parameters
if (FALSE) { model <- load_example_model("pheno") model <- set_lower_bounds(model, {'POP_CL': -10}) model$parameters['POP_CL'] }
Run the code above in your browser using DataLab