Re: [R] Help with Wilcoxon Test

2009-03-03 Thread Jim Lemon
Amit Patel wrote: Hi I have 2 sets of data that I want to do a Wilcoxon test on. They are of the same dimension. One has 4 zero values and the other has 5. dim(SampA) [1] 1 10 dim(SampV) [1] 1 10 I get the folowing error Error in wilcox.test.default(SampA, SampV, na.rm

Re: [R] Help with Wilcoxon Test

2009-03-02 Thread Daniel Malter
Amit Patel Gesendet: Monday, March 02, 2009 11:00 AM An: r-help@r-project.org Betreff: [R] Help with Wilcoxon Test Hi I have 2 sets of data that I want to do a Wilcoxon test on. They are of the same dimension. One has 4 zero values and the other has 5. > dim(SampA) [1] 1 10 > dim(SampV) [1]

Re: [R] Help with Wilcoxon Test

2009-03-02 Thread David Winsemius
What do you get with: str(SampA) str(SampV) The error message suggests you are not giving it numeric vectors. -- David Winsemius On Mar 2, 2009, at 10:59 AM, Amit Patel wrote: Hi I have 2 sets of data that I want to do a Wilcoxon test on. They are of the same dimension. One has 4 zero va

[R] Help with Wilcoxon Test

2009-03-02 Thread Amit Patel
Hi I have 2 sets of data that I want to do a Wilcoxon test on. They are of the same dimension. One has 4 zero values and the other has 5. > dim(SampA) [1] 1 10 > dim(SampV) [1] 1 10 I get the folowing error Error in wilcox.test.default(SampA, SampV, na.rm = TRUE, paired = FALSE, : 'x' mu