Some kind of a weird question, but I couldn't find anything on this topic. In our statistic-course we were using the excel addin WinSTAT for all of our concerns and well yes it's easy to use and didn't had any problems so far.
But when I tried to compute for example for the "Wilcoxon signed-rank test" in R the results always differ from the WinSTAT results. I'm not sure if this is my mistake or from WinSTAT. I can't imagine that R has an error in such a basic functionality.
My call in R: wilcox.test(data$1960, data$2002, paired = T, exact = F)
The p-value = 0.0002876
In WinSTAT the p-value is: 0,000293052520203
Here is the data.
So the question is it my fault or WinSTAT's?
EDIT: One more info: when I compare the results for example for a "paired t-Test" everything is fine and without any problems.