Learn R Programming

fixest (version 0.5.1)

sigma.fixest: Residual standard deviation of fixest estimations

Description

Extract the estimated standard deviation of the errors from fixest estimations.

Usage

# S3 method for fixest
sigma(object, ...)

Arguments

object

A fixest object.

...

Not currently used.

Value

Returns a numeric scalar.

See Also

feols, fepois, feglm, fenegbin, feNmlm.

Examples

Run this code
# NOT RUN {
est = feols(Petal.Length ~ Petal.Width, iris)
sigma(est)



# }

Run the code above in your browser using DataLab