terms.fixest | R Documentation |
This function extracts the terms of a fixest
estimation, excluding the fixed-effects part.
## S3 method for class 'fixest'
terms(x, ...)
x |
A |
... |
Not currently used. |
An object of class c("terms", "formula")
which contains the terms representation of a
symbolic model.
# simple estimation on iris data, using "Species" fixed-effects
res = feols(Sepal.Length ~ Sepal.Width*Petal.Length +
Petal.Width | Species, iris)
# Terms of the linear part
terms(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.