- coefficients
a named vector of the estimated coefficients
- eta
a vector of the linear predictor
- weights
a vector of the weights used in the estimation
- hessian
a matrix with the numerical second derivatives
- deviance
the deviance of the model
- null_deviance
the null deviance of the model
- conv
a logical indicating whether the model converged
- iter
the number of iterations needed to converge
- theta
the estimated theta parameter
- iter.outer
the number of outer iterations
- conv.outer
a logical indicating whether the outer loop converged
- nobs
a named vector with the number of observations used in the
estimation indicating the dropped and perfectly predicted observations
- lvls_k
a named vector with the number of levels in each fixed
effects
- nms_fe
a list with the names of the fixed effects variables
- formula
the formula used in the model
- data
the data used in the model after dropping non-contributing
observations
- family
the family used in the model
- control
the control list used in the model