Re: [R] One Sample Nonparametric

2009-05-17 Thread Dieter Menne
Charles Van deZande gmail.com> writes: > I'm doing one and two sample nonparametric tests for the median using wilcox > test. For a one-sample test I use: > > wilcox.test(x, mu =50 (or whatever), y=NULL,correct=TRUE) > For two-sample test I use: > > wilcox.test(x,y,correct=TRUE) > The problem

[R] One Sample Nonparametric

2009-05-17 Thread Charles Van deZande
Hi! I'm doing one and two sample nonparametric tests for the median using wilcox test. For a one-sample test I use: > wilcox.test(x, mu =50 (or whatever), y=NULL,correct=TRUE) For two-sample test I use: > wilcox.test(x,y,correct=TRUE) The problem is when I try to duplicate problems from textboo