R/regY2G.sub.R

regY2G.sub <-
function(xy,regfun,null.value=0,...){
 pv=regYci2G(xy[,1],xy[,2],xy[,3],xy[,4],SEED=FALSE,regfun=regfun,null.value=null.value,...)[,4]
 min(pv)
}
musto101/wilcox_R documentation built on May 23, 2019, 10:52 a.m.