On 25.11.2012 13:55, sm2284 wrote:
Dear R-ers,

I am currently running some Wilcoxon tests in R-64.

How do I find the degrees of freedom in the output I am receiving?

You don't find any number related to degrees of freedom - which seems to be a bit out of context here?

Uwe Ligges




wilcox.test(good$TRUE, good$x4a, paired=FALSE)

        Wilcoxon rank sum test with continuity correction

data:  good$TRUE and good$x4a
W = 2455, p-value < 2.2e-16
alternative hypothesis: true location shift is not equal to 0


Thank you,

Stephen.

University of St Andrews,
sm2...@st-andrews.ac.uk



--
View this message in context: 
http://r.789695.n4.nabble.com/Finding-the-Degrees-of-Freedom-in-a-Wilcoxon-Test-tp4650724.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to