R/Class-Results.R

### class 'Results' keeps various numeric vectors

#' @importFrom methods "new" "show" "slot" "slot<-" "slotNames" "validObject"

#' @export
setClass("Results",
         representation(coefficients = "numeric",
                           # should be named
                        ## The following slots are for specific
                        ## purposes (like # of obs)
                        auxiliary = "list",
                        description = "character"
                           # name or description of data
                        ))
otoomet/statClasses documentation built on Dec. 13, 2021, 8:15 a.m.