Learn R Programming

cplm (version 0.1-2)

cpglm-class: Class "cpglm" of the result from fitting compound Poisson GLM

Description

This class includes the result from calling the cpglm function to fit the compound Poisson generalized linear model. Several primitive methods and statistical methods are created to facilitate the extraction of specific slots and further statistical analysis.

Arguments

Objects from the Class

Objects can be created by calls of the form new("cpglm", ...), or they could also be a result of calls from cpglm.

Extends

Class "list", from data part. Class "vector", by class "list", distance 2. Class "NullList", by class "list", distance 2.

See Also

See also cpglm, glm and glm.summaries.