sigma.fixest: Residual standard deviation of 'fixest' estimations

View source: R/methods.R

sigma.fixestR Documentation

Residual standard deviation of fixest estimations

Description

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

Usage

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

Arguments

object

A fixest object.

...

Not currently used.

Value

Returns a numeric scalar.

See Also

feols, fepois, feglm, fenegbin, feNmlm.

Examples


est = feols(Petal.Length ~ Petal.Width, iris)
sigma(est)




fixest documentation built on June 22, 2024, 9:12 a.m.