R/cWrappers.R

# 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)
  }

Try the GeneticTools package in your browser

Any scripts or data that you put into this service are public.

GeneticTools documentation built on Jan. 15, 2017, 11:21 a.m.