Re: [R] Query about wilcox.test() P-value

2010-07-15 Thread Govind Chandra
Thanks to Peter Konings, Peter Ehlers, Marc Schwartz and Peter Dalgaard my query has been satifactorily addressed. Govind __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-pr

Re: [R] Query about wilcox.test() P-value

2010-07-14 Thread Govind Chandra
to know why there is this difference between the P-value printed on the console and that stored in the returned object. Govind On Wed, Jul 14, 2010 at 02:32:39PM +0100, Peter Ehlers wrote: > On 2010-07-14 3:53, Govind Chandra wrote: > > Hi, > > > > I find that the p

[R] Query about wilcox.test() P-value

2010-07-14 Thread Govind Chandra
Hi, I find that the p-value printed out by wilcox.test() and the p-value stored in the p.value attribute in the object returned by wilcox.test() are not the same. There seems to be a lower limit of 2.2e-16 for the printed value although it does say that it is less than that. What I want to know is