Learn R Programming

cplm (version 0.5-1)

cplm-class-methods: Classes and Methods for a Compound Poisson Linear Model Object

Description

Documented here are the class "cplm" used to represent a compound Poisson linear model object and its derived classes "cpglm", "cpglmm", "bcpglm" and "bcpglmm". Several primitive methods and statistical methods are created to facilitate the extraction of specific slots and further statistical analysis. "NullNum", "NullList" and "NullFunc" are virtual classes for c("NULL", "numeric"), c("NULL","list") and c("NULL","function"), respectively.

Arguments

Extends

Class "cpglm" extends class "cplm", directly. Class "cpglmm" extends class "mer" and class "cplm", directly. Class "summary.cpglmm" extends class "cpglmm", directly; class "mer", by class "cpglmm", distance 2; class "cplm", by class "cpglmm", distance 2. Class "bcpglm" extends class "cplm", directly. Class "bcpglmm" extends class "bcpglm", directly; Class "cplm", by class "bcpglm", distance 2.

See Also

See also cpglm, cpglmm, bcpglm, bcpglmm, glm and mer-class.