R/computePSS.R

computePSS <-
function(combs, ra){
  sum(apply(ra[combs,],2,sum)^2)
}

Try the hiddenf package in your browser

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

hiddenf documentation built on May 2, 2019, 2:47 p.m.