Nothing
summary.mdr <- function(object, ...){
mdr <- object$mdr
cat("MDR Summary\n")
cat("---------------\n")
cat("Order of SNP models :",object$fold,"\n")
cat("# of tested variables :",dim(object$X)[2],"\n")
cat("# of tested combinations :",prettyNum(dim(object$X)[2]^object$fold,big.mark = ","),"\n")
cat("# of used observations :",dim(object$X)[1],"\n")
invisible(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.