Learn R Programming

ptmixed (version 0.4.1)

summary.ptglm: Summarizing Poisson-Tweedie and negative binomial GLM estimation results

Description

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)

Usage

# S3 method for ptglm
summary(object, ...)

Arguments

object

an object of class ptglm (obtained from ptglm or nbglm).

...

Further arguments passed to or from other methods.

Value

A list with the following elements: logl, coefficients, D, a

See Also

ptglm, nbglm and the examples therein