Summarize objects of class "dglm"
.
# S3 method for dglm
summary(object, dispersion=NULL, correlation = FALSE, ...)
An object of class "summary.dglm"
, which is a list with the following components:
the component from object
the component from object
the component from object
the component from object
NULL
here
(where relevant) the contrasts used. NOT WORKING??
the component from object
the component from object
the residual degrees of freedom for the null model.
the component from object
the deviance residuals: see residuals.glm
the matrix of coefficients, standard errors, \(z\)-values and \(p\)-values. Aliased coefficients are omitted.
named logical vector showing if the original coefficients are aliased.
either the supplied argument or the estimated dispersion
if the latter in NULL
a 3-vector of the rank of the model and the number of residual degrees of freedom, plus number of non-aliased coefficients.
the unscaled (dispersion = 1
) estimated covariance
matrix of the estimated coefficients.
ditto, scaled by dispersion
(only if correlation
is true.)
The estimated correlations of the estimated coefficients.
the summary of the fitted dispersion model
the number of outer iteration of the alternating iterations
minus twice the log-likelihood of the fitted model
an object of class "dglm"
.
the dispersion parameter for the fitting family.
By default it is obtained from object
.
logical; if TRUE
, the correlation matrix of
the estimated parameters is returned and printed.
further arguments to be passed to summary.glm
Gordon Smyth, ported to R by Peter Dunn (pdunn2@usc.edu.au)
For more details, see summary.glm
.
If more than one of etastart
, start
and mustart
is specified, the first in the list will be used.
Smyth, G. K. (1989). Generalized linear models with varying dispersion. J. R. Statist. Soc. B, 51, 47--60. tools:::Rd_expr_doi("10.1111/j.2517-6161.1989.tb01747.x")
Smyth, G. K., and Verbyla, A. P. (1999). Adjusted likelihood methods for modelling dispersion in generalized linear models. Environmetrics, 10, 696-709. tools:::Rd_expr_doi("10.1002/(SICI)1099-095X(199911/12)10:6<695::aid-env385>3.0.CO;2-M") https://gksmyth.github.io/pubs/Ties98-Preprint.pdf695::aid-env385>
Smyth, G. K., and Verbyla, A. P. (1999). Double generalized linear models: approximate REML and diagnostics. In Statistical Modelling: Proceedings of the 14th International Workshop on Statistical Modelling, Graz, Austria, July 19-23, 1999, H. Friedl, A. Berghold, G. Kauermann (eds.), Technical University, Graz, Austria, pages 66-80. https://gksmyth.github.io/pubs/iwsm99-Preprint.pdf
dglm
,
dglm-class
,
summary.glm