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
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
2 matches
Mail list logo