A list with the following components
coefficientsa vector of coefficients.
fitted.valuesthe fitted mean values, obtained by transforming
the linear predictors by the inverse of the link function.
linear.predictorsthe linear fit on link scale.
residualsresiduals on the transformed scale.
weightsthe working weights, that is the weights in the
final iteration of the IWLS fit.
w.rrobustness weights for each observations.
prior.weightsthe weights initially supplied, a vector of
1s if none were.
convergedlogical. Was the IWLS algorithm judged to have converged?
iterthe number of iterations used by the influence algorithm.
objvalue of the MT objective function at coefficients.