R/AllClasses.R

setClass("CAnDResult",
    representation(
        test = "character",
        pValues = "numeric",
        overallStatistic = "numeric",
        overallpValue = "numeric",
        BonfCorr = "logical")
)

Try the CAnD package in your browser

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

CAnD documentation built on Nov. 8, 2020, 8:18 p.m.