update_in_env | R Documentation |
stats::update()
will perform the update in parent.frame()
by default, but this can cause
problems when the update is called by another function (so the parent frame is no longer the
environment the user is in).
update_in_env(object, formula., ...)
object |
An existing fit from a model function such as |
formula. |
Changes to the formula – see |
... |
Additional arguments to the call, or arguments with
changed values. Use |
The updated model is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.