R/MargnPw.bin.2arm.R

Defines functions MargnPw.bin.2arm

MargnPw.bin.2arm <-
function(bug.res, cut){
  TF <- (bug.res > cut)
  pw.indv <- apply(TF, 2, mean)
  pw.indv
}

Try the hbdct package in your browser

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

hbdct documentation built on July 4, 2017, 9:09 a.m.