Nothing
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}
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.