R/allClass.R

## for objects of class "donner", generated by the function donner()
setClass(Class = "drs",
         representation(CALL = "call", tab = "data.frame", rho = "numeric", X2 = "numeric"))

## setClass(Class = "icc",
##          representation(CALL = "call", rho = "numeric", varrho = "numeric", f = "vector",
##          rho.MC = "numeric", method = "character", features = "numeric"))

setClass(Class = "iccbin",
         representation(CALL = "call", features = "character", rho = "numeric"))

## for objects generated by varbin
setClass(Class = "varbin",
         representation(CALL = "call", tab = "data.frame", pboot = "matrix", alpha = "numeric", features = "numeric"))

## for objects generated by betabin and negbin
setClass(Class = "glimML",
         representation(CALL = "call", link = "character", method = "character", formula = "formula",
                        random = "formula", data = "data.frame", param = "vector", varparam = "matrix",
                        fixed.param = "vector", random.param = "vector",
                        logL = "numeric", logL.max = "numeric", dev = "numeric", df.residual = "numeric",
                        nbpar = "numeric", iterations = "numeric", code = "numeric", msg = "character",
                        singular.hessian = "numeric", param.ini = "vector", na.action = "function"))

## for objects generated by quasibin and quasipois
setClass(Class = "glimQL", representation(CALL = "call", fm = "glm", phi = "numeric"))

setClass("summary.glimML",
         representation(object = "glimML", Coef = "data.frame", FixedCoef = "data.frame", Phi = "data.frame",
                        FixedPhi = "data.frame"))

setClass("anova.glimML",
         representation(models = "character", anova.table = "data.frame", type = "character"))

## for objects of class "aic"

setClass(Class = "aic", representation(istats = "data.frame"))

Try the aod package in your browser

Any scripts or data that you put into this service are public.

aod documentation built on April 2, 2022, 9:05 a.m.