powered by
wilcox.signtest(x, y, mu = NULL)
wilcox.test
x<-rnorm(7,3,1.5) y<-rnorm(7,5.5,2) wilcox.signtest(x,y) theo=4 wilcox.signtest(x,mu=theo)
Run the code above in your browser using DataLab