powered by
Update initial individual estimates for a model
Updates initial individual estimates for a model.
update_initial_individual_estimates(model, individual_estimates, force = TRUE)
(Model) Updated Pharmpy model
(Model) Pharmpy model
(array) Individual estimates to use
(logical) Set to FALSE to only update if the model had initial individual estimates before
if (FALSE) { model <- load_example_model("pheno") results <- load_example_modelfit_results("pheno") ie <- results$individual_estimates model <- update_initial_individual_estimates(model, ie) }
Run the code above in your browser using DataLab