Skip to contents

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

Examples


est = feols(Petal.Length ~ Petal.Width, iris)
sigma(est)
#> [1] 0.4782058