extract method for feglm objectsextract method for feglm objects created by the
feglm function in the alpaca package.
# S4 method for feglm
extract(
model,
include.deviance = TRUE,
include.nobs = TRUE,
include.groups = TRUE,
...
)A statistical model object.
Report the deviance?
Report the number of observations in the GOF block?
Report the number of groups?
Custom parameters, which are handed over to subroutines, in this
case to the summary method for the object.