13.7
Consider the dataset of fasting blood sugar levels of patients for two consecutive months. How does one test the claim that there is no difference between the May and June blood sugar levels?
For testing the null hypothesis, the Wilcoxon signed-ranks test can be performed using ranks along with signs.
To test the claim, first obtain the difference in blood sugar levels between the two months.
Then, the signs of the differences are ignored to arrange them in ascending order.
After that, rank with the appropriate sign is assigned to each number.
The absolute value of the sum of the positive and negative ranks is obtained separately. The smaller of the two values is taken as T, which in this case is five.
With an n equal to nine and a significance level of 0.05, the critical value comes out to be six.
Since T is less than the critical value, six, the null hypothesis is rejected, meaning that the May and June blood sugar levels are apparently not the same.
The Wilcoxon signed-rank test for matched pairs evaluates the null hypothesis by combining the ranks of differences with their signs. It essentially t…
Copyright © 2026 MyJoVE Corporation. All rights reserved.