Learn R Programming

fixest (version 0.12.1)

df.residual.fixest: Residual degrees-of-freedom for fixest objects

Description

Returns the residual degrees of freedom for a fitted fixest object

Usage

# S3 method for fixest
df.residual(object, ...)

Value

It returns an integer scalar giving the residuals degrees of freedom of the estimation.

Arguments

object

A fixest estimation, e.g. from feols or feglm.

...

Not currently used

See Also

The function degrees_freedom in fixest.

Examples

Run this code

est = feols(mpg ~ hp, mtcars)
df.residual(est)

Run the code above in your browser using DataLab