Wilcoxon Signed-Rank Test

Parametric statistical tests require your data to meet certain assumptions. For example, they may need your data to be normally distributed. 

Get started Sign up for free
Wilcoxon Signed-Rank Test Wilcoxon Signed-Rank Test

Create learning materials about Wilcoxon Signed-Rank Test with our free learning app!

  • Instand access to millions of learning materials
  • Flashcards, notes, mock-exams and more
  • Everything you need to ace your exams
Create a free account

Millions of flashcards designed to help you ace your studies

Sign up for free

Convert documents into flashcards for free with AI!

Table of contents

    When your data doesn’t fall into these parameters or meet the assumptions for a statistical test, you can use a non-parametric test. The Wilcoxon sighed-rank test is the non-parametric equivalent of a paired t-test.

    • We will start with a quick summary of statistical tests and then get stuck into the Wilcoxon signed-rank test assumptions.
    • Moving on, we will look at the Wilcoxon signed-rank test formula and go through the steps of calculating it.
    • To help with your learning, we will look at and go through an example of the Wilcoxon signed-rank test. The example will explain the Wilcoxon signed-rank interpretation and Wilcoxon signed-rank test significance.

    Statistical Tests: Definition

    Statistical tests tell us about the statistical significance of our results in hypothesis testing. They help us identify if the variables we were testing (for instance, in experimental manipulation) have a statistically significant relationship and, if so, how far that relationship extends.

    It helps us identify that the results are not a product of pure chance, and we can then confidently reject the null hypothesis.

    Essentially, they allow us to make conclusions based on our experiments.

    You conduct an experiment asking participants to solve math problems after 8 hours of sleep and then repeat the experiment. Still, this time participants have to solve math problems after no sleep.

    You find that in the no-sleep condition, participants scored ten points lower. The results look promising, BUT this is not enough to conclude that the lack of sleep made a difference.

    To conclude that the difference you found was not just due to chance, we need to conduct a statistical analysis.

    The accepted level of statistical significance in psychology is <0.05. We reject the null hypothesis if there is less than a 5% chance our results are due to chance.

    Wilcoxon Signed-Rank Test Assumptions

    Parametric tests require your data to meet assumptions before you can conduct the test, e.g., that data within a population should be normally distributed and shouldn’t include any outliers.

    Non-parametric statistical tests don’t make any assumptions, which means you can use them if your data violates the assumptions of parametric tests.

    Wilcoxon Signed-Rank Test Example of normally distributed data StudySmarterFigure 1: Example of normally distributed data.

    Wilcoxon’s signed-rank test is equivalent to the parametric paired t-test. We use paired tests to test the statistical significance of data from research using within-participants research designs.

    Within-participant design involves testing the same group of participants twice, and they experience every condition. The data used in a Wilcoxon signed-rank test is ordinal data, and it is a repeated measure or matched design.

    To use the parametric test (paired t-test), the difference scores (difference of the scores a participant got in both conditions) would normally be distributed.

    Wilcoxon’s signed-rank test doesn’t make that assumption, so we can use it if our difference scores are not normally distributed or if there are outliers (extreme scores).

    The Wilcoxon Signed-Rank Test Formula

    These are the elements of the Wilcoxon signed-rank test formula you should keep in mind. It may look like gibberish at the moment, but it will make more sense as you learn about the steps and go through an example of the Wilcoxon signed-rank test. W=[i=1Nrsgn(x2,i-x1,i)·Ri]

    W = test statistic

    Nr = sample difference scores, excluding pairs

    sgn = sign

    X1,i, X2,i, X3,i ... = the difference between corresponding scores

    R = rank

    Wilcoxon Signed-Rank Test: Steps

    Wilcoxon signed-rank test can be conducted in four main steps:

    1. Calculating difference scores.

    2. Ranking these difference scores.

    3. Calculating the sum of positive and sum of negative ranks.

    4. Determining the Wilcoxon test statistic W.

    Now let’s examine how to conduct the four steps using a worked example.

    Examples of the Wilcoxon Signed-Rank Test

    The experimenter wants to investigate whether students’ mood changes after school. She recruits ten students and asks them to rate their mood in the morning before school starts and then again at the end of the school day.

    ParticipantMood before schoolMood after school
    137
    227
    365
    424
    589
    627
    7104
    855
    965
    1043

    Step 1: calculating difference scores

    To calculate difference scores, we need to subtract the second measurement value (mood before school) from the first (mood after school).

    ParticipantMood before schoolMood after schoolDifference scores
    137-4
    2770
    365-1
    424-2
    5891
    627-5
    71046
    8550
    9651
    10844

    Step 2: ranking difference scores

    Here, we rank scores from the smallest to the greatest difference. For this part, we ignore the signs, e.g., we treat -5 as a 5.

    1. Ignore 0 values.

    2. Take ties into account:

      • If you get repeating values, you have to calculate their mean rank, e.g. we have three ‘1s’, the three smallest values in our ranking. Instead of assigning them ranks 1, 2 and 3, we will assign the mean rank 2 to all of them. (1+2+3)/3 = 2

      • The next value following our ‘1s’ is ‘2’; it’s the fourth smallest difference. Therefore, it will be assigned rank 4.

      • The next value is ‘4’. We have two ‘4s’, the 5th and 6th smallest differences in our data set. Their mean rank will be 5.5 because (5+6)/2=5.5.

      • The next smallest difference is 5, our 7th smallest value, so its rank will be 7.

    3. The last thing at this stage is to add the signs back to the ranks. Add a minus sign to all ranks of negative difference scores.

    ParticipantMood before schoolMood after schoolDifference scoresRanksSigned ranks
    137-45.5-5.5
    2770--
    365-12-2
    424-24-4
    589122
    627-57-7
    7104688
    8550--
    965122
    108445.55.5

    Step 3: calculating the sum of positive and sum of negative ranks

    Sum of positive ranks:

    • w+ = 2+8+2+5.5 = 17.5

    Sum of negative ranks:

    • w- = 5.5+2+4+7=18.5

    Step 4: determining Wilcoxon test statistic W

    Wilcoxon test statistic W is either the sum of all positive or negative ranks, depending on which value is the smallest. In our case, the smallest value was the sum of the positive ranks (17.5). Therefore our Wilcoxon test statistic is W = 17.5.

    Wilcoxon Signed-Rank Test Significance

    To know if our results are statistically significant, we need to compare our observed value of W to a critical value of W. We can reject the null hypothesis if our observed W value (17.5) equals or is less than the critical W value.

    Critical W values can be found in statistical tables. They depend on your sample and the level of significance.

    For our sample (n=10) and level of significance (α <0.05), the critical W value is 8.

    Since our observed W value is larger than the critical W value (17.5>8), we fail to reject our null hypothesis.

    Wilcoxon Signed-Rank Test Interpretation

    The null hypothesis in the hypothetical study was there would be no difference in mood ratings before and after school. And the alternative hypothesis is there will be a difference in mood ratings before and after school.

    Remember, in experimental research; the alternative hypothesis can only be accepted if the findings are statistically significant.

    If the findings are not statistically significant, the researcher should reject the alternative hypothesis and accept the null hypothesis, even if a trend is observed.

    In the study, as the observed W is larger than the critical W, the researcher should accept the null hypothesis and reject the alternative hypothesis.

    Therefore, from the research, it can be concluded that school doesn’t affect students’ moods.

    Limitations of the Wilcoxon Singed-Rank Test

    There’s a reason why we should use the parametrical, paired t-test if we can. It’s important to remember that non-parametrical tests should only be used as your second option because they are less powerful. This means they are less likely to find a difference if one is in our data.

    The experimental effect might have been effective, but because the Wilcoxon test is less sensitive, it may not detect the results as significant.


    Wilcoxon Signed-Rank Test - Key takeaways

    • Non-parametric statistical tests have limited and less restrictive assumptions, which means you can use them if your data violates the assumptions of parametric tests.
    • Wilcoxon’s signed-rank test is equivalent to the paired t-test. We use it to test the statistical significance of data from research using within-participants designs.
    • Wilcoxon signed-rank test can be conducted by first calculating the difference scores, ranking the difference scores, calculating the sum of positive and the sum of negative ranks and determining the observed Wilcoxon test statistic W.
    • The Wilcoxon signed-rank test interpretation compares the observed W value to the critical W value.
      • You can reject your null hypothesis if the observed W value is smaller or equal to the critical W value.
    Wilcoxon Signed-Rank Test Wilcoxon Signed-Rank Test
    Learn with 23 Wilcoxon Signed-Rank Test flashcards in the free StudySmarter app

    We have 14,000 flashcards about Dynamic Landscapes.

    Sign up with Email

    Already have an account? Log in

    Frequently Asked Questions about Wilcoxon Signed-Rank Test

    What is the Wilcoxon signed-rank test used for?

    The Wilcoxon signed-rank test is used for calculating the statistical significance of results from research that used a within-participants design, but the data obtained does not meet the assumptions of the paired t-test, e.g., if it collects ordinal data. 

    What is the test statistic for the Wilcoxon signed-rank test?

    The test statistic for the Wilcoxon signed-rank test is W.

    What is the Wilcoxon signed-rank test?

    The Wilcoxon signed-rank test is a non-parametric statistical test used to analyse data from within-participants research designs.

    What are the assumptions of a Wilcoxon test?

    The Wilcoxon test doesn’t make assumptions about the population. The test is only appropriate for within-participants designs.

    How to calculate Wilcoxon signed-rank test?

    First, calculate the difference scores for each participant. Next, rank the difference between these scores. Separately calculate the sum of positive and negative ranks. The smaller sum is the observed Wilcoxon value of W. If your observed W value is smaller or equal to the critical W value, you can reject your null hypothesis.

    Test your knowledge with multiple choice flashcards

    What research design is the Wilcoxon signed-rank test appropriate for?

    What is the parametric equivalent of the Wilcoxon signed-rank test?

    What type of data does a Wilcoxon signed-rank test use?

    Next

    Discover learning materials with the free StudySmarter app

    Sign up for free
    1
    About StudySmarter

    StudySmarter is a globally recognized educational technology company, offering a holistic learning platform designed for students of all ages and educational levels. Our platform provides learning support for a wide range of subjects, including STEM, Social Sciences, and Languages and also helps students to successfully master various tests and exams worldwide, such as GCSE, A Level, SAT, ACT, Abitur, and more. We offer an extensive library of learning materials, including interactive flashcards, comprehensive textbook solutions, and detailed explanations. The cutting-edge technology and tools we provide help students create their own learning materials. StudySmarter’s content is not only expert-verified but also regularly updated to ensure accuracy and relevance.

    Learn more
    StudySmarter Editorial Team

    Team Psychology Teachers

    • 8 minutes reading time
    • Checked by StudySmarter Editorial Team
    Save Explanation Save Explanation

    Study anywhere. Anytime.Across all devices.

    Sign-up for free

    Sign up to highlight and take notes. It’s 100% free.

    Join over 22 million students in learning with our StudySmarter App

    The first learning app that truly has everything you need to ace your exams in one place

    • Flashcards & Quizzes
    • AI Study Assistant
    • Study Planner
    • Mock-Exams
    • Smart Note-Taking
    Join over 22 million students in learning with our StudySmarter App
    Sign up with Email

    Get unlimited access with a free StudySmarter account.

    • Instant access to millions of learning materials.
    • Flashcards, notes, mock-exams, AI tools and more.
    • Everything you need to ace your exams.
    Second Popup Banner