powered by
Set initial estimates
set_initial_estimates(model, inits)
(Model) Pharmpy model object
(Model) Pharmpy model
(list(str=numeric)) A list of parameter init for parameters to change
fix_parameters_to : Fixing and setting parameter initial estimates in the same function
unfix_paramaters_to : Unfixing parameters and setting a new initial estimate in the same
if (FALSE) { model <- load_example_model("pheno") model <- set_initial_estimates(model, list('PTVCL'=2)) model$parameters['PTVCL'] }
Run the code above in your browser using DataLab