Re: [R] Wilcoxon test p value with one decimal place

2012-02-16 Thread Nordlund, Dan (DSHS/RDA)
> -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of Jun Shen > Sent: Thursday, February 16, 2012 10:16 AM > To: R-help > Subject: [R] Wilcoxon test p value with one decimal place > > Dear list, > >

Re: [R] Wilcoxon test p value with one decimal place

2012-02-16 Thread Ted Harding
On 16-Feb-2012 Bert Gunter wrote: > On Thu, Feb 16, 2012 at 10:15 AM, Jun Shen wrote: >> Dear list, >> >> Let's say I have data >> >> _a=c(37.961,38.214,57.68) >> _b=c(77.56,61.875,67.683) >> >> >> >> the wilcoxon test only gives me a p value with one decimal place. Is this >> normal? > > No, it

Re: [R] Wilcoxon test p value with one decimal place

2012-02-16 Thread Bert Gunter
On Thu, Feb 16, 2012 at 10:15 AM, Jun Shen wrote: > Dear list, > > Let's say I have data > >  a=c(37.961,38.214,57.68) >  b=c(77.56,61.875,67.683) > > wilcox.test(a,b) > > the wilcoxon test only gives me a p value with one decimal place. Is this > normal? No, it's discrete :-) (Actually, that's

[R] Wilcoxon test p value with one decimal place

2012-02-16 Thread Jun Shen
Dear list, Let's say I have data a=c(37.961,38.214,57.68) b=c(77.56,61.875,67.683) wilcox.test(a,b) the wilcoxon test only gives me a p value with one decimal place. Is this normal? Thanks. Jun [[alternative HTML version deleted]] __ R-he