R/wlogreg.sub.R

wlogreg.sub <-
function(data,x,y){
x=as.matrix(x)
vals=wlogreg(x[data,],y[data])$coef
}
musto101/wilcox_R documentation built on May 23, 2019, 10:52 a.m.