- coefficients
a table with all the relevant information about the significance of the regression coefficients of the model. It includes the estimations, the standard errors of the estimations, the test-statistics and the p-values.
- phi
the estimated value of the dispersion parameter. If disp
FALSE, then the estimated value is 1.
- deviance
the deviance of the model.
- df
the degrees of freedom of the model.
- null.deviance
the deviance for the null model. The null model will include only an intercept.
- df.null
the degrees of freedom for the null model.
- Goodness.of.fit
p-value of the goodness of fit test.
- iter
number of iterations in the IWLS method.
- conv
convergence of the methodology. If the algorithm has converged it returns "yes", otherwise "no".
- X
the model matrix.
- y
the dependent variable in the model.
- balanced
if the response variable is balanced it returns "yes", otherwise "no".
- m
the number of trials in each observation.
- nObs
number of observations.
- balanced
if the response binomial variable is balanced it returns "yes", otherwise "no".