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)




lrberge/fixest documentation built on Sept. 1, 2024, 9:07 a.m.