Residual standard deviation of fixest estimations
Extract the estimated standard deviation of the errors from fixest
estimations.
## S3 method for class 'fixest' sigma(object, ...)
object |
A |
... |
Not currently used. |
Returns a numeric scalar.
est = feols(Petal.Length ~ Petal.Width, iris) sigma(est)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.