Nothing
`predict.mdr` <- function(object, data=NULL, status=NULL, fold=NULL,...){
TwoByTwo <- matrix(NA,ncol=2,nrow=2)
temp <- mdrEnsemble(object,data=data, new.status=status,fold=fold)
res <- temp$result
if(!is.null(status)) TwoByTwo <- table(res,status)
output <- list(class=res,TwoByTwo=TwoByTwo,cv=temp$cv)
class(output) <- "mdrPredict"
output
}
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.