Update initial estimates from a final model run
update_inits.Rd
This function update the initial estimates from a model using the final estimates from a model result file. Currently this function assumes all models were submitted using shinyMixR opposed to vanilla nlmixr
Examples
if (FALSE) { # \dontrun{
update_inits(readLines("run2.r"),"shinyMixR/run2.res.rds","run3.r")
} # }