R/rvsel_cmc.R

rvsel_cmc <- function(CM,y){
score=abs(cor(y,apply(CM,1,sum)!=0))
return(score)
}

Try the rvsel package in your browser

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

rvsel documentation built on April 14, 2017, 7:15 p.m.