update_inits | R Documentation |
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
update_inits(mod, res, out)
mod |
character with the entire model function included |
res |
character with the path to the model result RDS which holds the final estimated |
out |
character with the path for the updated model to save |
nothing will be returned the function saves the updated model to disk
Richard Hooijmaijers
## Not run:
update_inits(readLines("run2.r"),"shinyMixR/run2.res.rds","run3.r")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.