
Last chance! 50% off unlimited learning
Sale ends in
Returns the deviance from a fixest
estimation.
# S3 method for fixest
deviance(object, ...)
A fixest
object.
Not currently used.
Returns a numeric scalar equal to the deviance.
# NOT RUN {
est = feols(Petal.Length ~ Petal.Width, iris)
deviance(est)
est_pois = fepois(Petal.Length ~ Petal.Width, iris)
deviance(est_pois)
# }
Run the code above in your browser using DataLab