Nothing
# C Wrapper for the MDR call:
mdr.C <- function(X, fold, status,t,cv,cvp,top,na,fix){
.Call( "mdr", X, fold, status, t, cv, cvp,top,na,fix)
}
# C Wrapper for the distance calculations:
calcDistances.C <- function(X){
.Call("calcDistances",X)
}
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.