R/AllClasses.r

################
## All Classes
################

setClass("plrs",
         representation(coefficients = "numeric",
                        fitted.values = "numeric",
                        residuals = "numeric",
                        X = "matrix",
                        data = "list",
                        mdata = "list",
                        QP = "list",
                        test = "list",
                        cb = "list",
                        selected = "logical",
                        type = "character",
                        call.arg = "list")
)
setClass("plrs.select",
         representation(table = "matrix",
                        model = "plrs",
                        crit = "character")
)
setClass("plrs.series",
         representation(coefficients = "matrix",
                        effects = "list",
                        test = "matrix",
                        general = "matrix",
                        modelsType = "list",
                        call.arg = "list")
)

Try the plrs package in your browser

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

plrs documentation built on April 28, 2020, 6:09 p.m.