View source: R/generics_formula.R
| update.feglm | R Documentation |
feglm modelS3 method for update() that understands the |-separated formula syntax
used by feglm(). Uses Formula::update.Formula() for proper handling of
multi-part formulas. Identical semantics to update.felm().
## S3 method for class 'feglm'
update(object, formula. = . ~ ., vcov = NULL, family = NULL, ...)
object |
A fitted |
formula. |
Update formula; only the segments you want to change need to
differ from
|
vcov |
Optional new |
family |
Optional new family (e.g. |
... |
Additional arguments forwarded to |
A refitted feglm object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.