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