View source: R/generics_formula.R
| update.felm_formula | R Documentation |
felm_formula objectS3 method for update() on felm_formula objects. Uses
Formula::update.Formula() to properly handle multi-part formulas with |.
The . placeholder behaves as in stats::update.formula():
. ~ . - keep current response and RHS unchanged.
Second | segment - replaces (or keeps with .) the fixed effects.
Third | segment - replaces (or keeps with .) the cluster variables.
## S3 method for class 'felm_formula'
update(object, formula., ...)
object |
A |
formula. |
Update specification, e.g. |
... |
Ignored. |
A new felm_formula object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.