- The sign test is a non-parametric statistical test used to compare two related samples when the data is not normally distributed. It can be used as an alternative to the paired t-test.
- The test involves counting the number of positive and negative differences between paired observations and comparing this to critical values. If the number of differences in one direction is significantly higher, the null hypothesis that the medians are equal can be rejected.
- An example shows how to apply the sign test to compare driver and passenger injury data, rejecting the null hypothesis that their injuries are equal based on a p-value less than 0.05. The procedure and assumptions of the sign test are also outlined