summary
method for class cmp
.
an object class 'cmp', obtained from a call to glm.cmp
.
other arguments passed to or from other methods (currently unused).
a result of the default method of summary()
.
numeric; minimum number of significant digits to be used for most numbers.
logical. If TRUE, ‘significance stars’ are printed for each coefficient.
summary.cmp
returns an object of class "summary.cmp", a list containing at least the following components:
the component from object.
the component from object.
the component from object.
the component from object.
the component from object.
the component from object.
the deviance residuals: see residuals.cmp.
the matrix of coefficients, standard errors, z-values and p-values.
a 3-vector of the rank of the model and the number of residual degrees of freedom, plus number of coefficients.
print.summary.cmp
tries to be smart about formatting the coefficients, standard errors
and gives 'significance stars'. The coefficients
component of the result gives the
estimated coefficients and their estimated standard errors, together with their ratio. This
third column is labelled as Z value
as the dispersion is fixed for this family. A
forth column gives the two-tailed p-value corresponding to Z value
based on
the asymptotic Normal reference distribution.
## For examples see example(glm.cmp)