R/CAnDResult-accessors.R

setMethod("test", "CAnDResult",
          function(object){object@test}
          )

setMethod("pValues", "CAnDResult",
          function(object){object@pValues}
          )

setMethod("overallStatistic", "CAnDResult",
          function(object){object@overallStatistic}
          )

setMethod("overallpValue", "CAnDResult",
          function(object){object@overallpValue}
          )

setMethod("BonfCorr", "CAnDResult",
          function(object){object@BonfCorr}
          )

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.