powered by
yuenp.test(x, y = NULL, alternative = c("two.sided", "less", "greater"), mu = 0, conf.level = 0.95,tr=0.2)
z<-rnorm(20) x<-rnorm(20)+z y<-rnorm(20)+z+1 yuenp.test(x,y)
Run the code above in your browser using DataLab