Extracts the deviance of a fixest estimation
Returns the deviance from a fixest
estimation.
## S3 method for class 'fixest' deviance(object, ...)
object |
A |
... |
Not currently used. |
Returns a numeric scalar equal to the deviance.
est = feols(Petal.Length ~ Petal.Width, iris) deviance(est) est_pois = fepois(Petal.Length ~ Petal.Width, iris) deviance(est_pois)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.