R/cohen2xi.R

cohen2xi <-
function(delta){
xi=sqrt((2*delta^2)/(4+delta^2))
xi
}
musto101/wilcox_R documentation built on May 23, 2019, 10:52 a.m.