Nothing
##
## method DataForPREDA2StatisticsForPREDA is used to extract the StatisticsForPREDA object from the DataForPREDA object
##
##
## DataForPREDA - DataForPREDA2StatisticsForPREDA
##
setMethod("DataForPREDA2StatisticsForPREDA", "DataForPREDA", function(.Object) {
StatisticsForPREDA_object<-new("StatisticsForPREDA", ids=slot(.Object,"ids"), statistic=slot(.Object,"statistic"), analysesNames=slot(.Object,"analysesNames"), testedTail=slot(.Object,"testedTail"))
return(StatisticsForPREDA_object)
})
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.