"cplm" used to repesent 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."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.cpglm, cpglmm, bcpglm, bcpglmm, glm and mer-class.