df.residual.fixest | R Documentation |
fixest
objectsReturns the residual degrees of freedom for a fitted fixest
object
## S3 method for class 'fixest'
df.residual(object, ...)
object |
A |
... |
Not currently used |
It returns an integer scalar giving the residuals degrees of freedom of the estimation.
The function degrees_freedom
in fixest
.
est = feols(mpg ~ hp, mtcars)
df.residual(est)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.