View source: R/functions_wrapper.R
update_initial_individual_estimates | R Documentation |
Update initial individual estimates for a model
Updates initial individual estimates for a model.
update_initial_individual_estimates(model, individual_estimates, force = TRUE)
model |
(Model) Pharmpy model to update initial estimates |
individual_estimates |
(array) Individual estimates to use |
force |
(logical) Set to FALSE to only update if the model had initial individual estimates before |
(Model) Pharmpy model object
## Not run:
model <- load_example_model("pheno")
results <- load_example_modelfit_results("pheno")
ie <- results$individual_estimates
model <- update_initial_individual_estimates(model, ie)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.