R/matrixCor.R

matrixCor = function(nX,nY)
{
  t(nX)%*%nY/ (nrow(nX)-1)
}
fanglab/MatrixEpistasis documentation built on May 25, 2019, 5:22 p.m.