Provides parameter estimates, standard errors and univariate Wald test
for the Poisson-Tweedie and the negative binomial generalized linear models
(fitted through ptglm
and nbglm
respectively)
# S3 method for ptglm
summary(object, silent = F, ...)
A list with the following elements: logl
, coefficients
,
D
, a
an object of class ptglm
(obtained from ptglm
or nbglm
).
#' @param silent logical. If TRUE
, information on parameter estimates and
tests is not printed on screen. Default is FALSE
(info is printed)
logical. If TRUE
, information on parameter estimates and
tests is not printed on screen. Default is FALSE
(info is printed)
Further arguments passed to or from other methods.
Mirko Signorelli
Signorelli, M., Spitali, P., Tsonaka, R. (2021). Poisson-Tweedie mixed-effects model: a flexible approach for the analysis of longitudinal RNA-seq data. Statistical Modelling, 21 (6), 520-545. URL: https://doi.org/10.1177/1471082X20936017
ptglm
, nbglm
and the examples therein