powered by
Returns the deviance from a fixest estimation.
fixest
# S3 method for fixest deviance(object, ...)
Returns a numeric scalar equal to the deviance.
A fixest object.
Not currently used.
feols, fepois, feglm, fenegbin, feNmlm.
feols
fepois
feglm
fenegbin
feNmlm
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