InterviewSolution
Saved Bookmarks
| 1. |
What is the Wilcoxon Signed Rank Test? |
|
Answer» It is a statistical test used to COMPARE two related and matched samples. If a population can not be assumed to be normally distributed, then this test may be useful with the assumption that data are paired and from the same population. Each data PAIR is chosen randomly. It tries to compare between sample median and hypothetical median. The boxplot below in R with the “air quality” sample data demonstrates the interpretation of the analysis using this test.
|
|