easier R than SPSS with Rcmdr : Contents
ch.4 Wilcoxon rank sum test
If there is data that does not satisfy normality, be careful with using parametric tests like t-tes. Wilcoxon test, a nonparametric test, is an alternative to the t-test.
The variable selection is the same as before.
The ‘Wilcoxon rank sum test’ does not reject the null hypothesis. In other words, it cannot be said that the two groups are different.
Parametric tests |
Nonparametric tests |
t-test Two sample t-test Independent t-test Independent sample t-test |
Mann–Whitney U test Wilcoxon rank sum test Mann–Whitney–Wilcoxon test Wilcoxon–Mann–Whitney test |
It is very common to call the same thing by a different name, such as calling ‘USA’ or ‘America’. The 5 tests on the left in the table above are all the same, and the 4 tests on the right are the same. These tests are used in a wide variety of ways, sometimes written differently, which confuses beginners. I don’t know why so many statistical books don’t tell you this point.
Parametric tests |
Nonparametric tests |
Usually for normal distribution |
called distribution-free test |
A parameter test assumes a specific distribution, usually a normal distribution, so it is performed when the distribution has a parameter, such as a mean or standard deviation. If the distribution go thorugh a normality test, it is common to perform a parametric test, and when it is not, a nonparametric test.
The plot showing the results of the Wilcoxon rank sum test is almost identical to the plot used in the t-test, but this is recommended only when it is a normal distribution.
These two plots can hide the sample size, so I would recommend using them only if the sample size is large enough.
If you have a small number of samples, this might be better.
So far, the common point is that both statistical tests and plots handle the same variables. In other words, they have in common that they only treat the situations that ‘result variables in both groups are continuous variables’.
easier R than SPSS with Rcmdr : Contents
=================================================
- R statisics portal https://tinyurl.com/stat-portal
- R data visualization book 1 https://tinyurl.com/R-plot-I (chart)
- R data visualization book 2
https://tinyurl.com/R-plot-II-3-4 many variables / map
https://tinyurl.com/R-plot-II-5-6 time related / statistics related
https://tinyurl.com/R-plot-II-7-8 others / reactive chart
- R data visualization book 3 https://tinyurl.com/R-data-Vis3
- R data visualization book 4 R 데이터 시각화 4권
- Meata Analysis book 1 https://tinyurl.com/MetaA-portal
- Meata Analysis book 2 https://tinyurl.com/MetaA-portal(2)
- Preciction Model and Machine Learning https://tinyurl.com/Machine-Learning-EZ
- Sample Size Calculations https://tinyurl.com/MY-sample-size
- Sample data https://tinyurl.com/data4edu
댓글 없음:
댓글 쓰기