13.4
일치 쌍에 대한 부호 검정은 종종 두 쌍의 표본을 비교하는 강력한 방법을 제공하며, 그 중 하나에 대한 개입의 효과를 나타냅니다. 이 방법은 자료의 기본 분포가 알려지지 않은 상황에서 매우 유용합니다. 이 검정은 두 개의 관련 표본(종종 동일한 피험자에 대한 치료 전…
햄스터가 각성제를 투여하기 전과 후의 속도에 대한 데이터를 고려해보자. 각성제가 햄스터의 속도에 영향을 미친다는 주장을 어떻게 검증할 수 있을까?
모집단 분포를 알 수 없기 때문에 부호 검정(비모수 검정)을 사용할 수 있습니다.
부호 테스트의 핵심 개념은 중앙값이 같은 일치하는 쌍이 거의 동일한 수의 양수 및 음수 기호를 갖는다는 것입니다.
먼저 첫 번째 변수에서 두 번째 변수의 값을 빼서 원시 데이터를 부호로 변환합니다. 0을 제외한 후 8개의 기호(3개의 양수와 5개의 음수)를 얻습니다.
귀무 가설은 차이의 중앙값이 0이라고 가정하는 반면, 대립 가설은 그렇지 않다고 제안합니다.
n이 25보다 작기 때문에 검정 통계량 x는 빈도가 낮은 부호의 수입니다. 표에서 임계값은 0.05의 유의 수준에서 0입니다.
검정 통계량 값이 임계값보다 작거나 같지 않기 때문에 차이의 중위수가 0이라는 주장을 기각할 증거가 충분하지 않습니다.
View the full transcript and gain access to JoVE Core videos
Q1: When should you use the sign test for matched pairs instead of a parametric test?
Use the sign test when the underlying population distribution is unknown or cannot be assumed normal. This nonparametric test is particularly valuable for small sample sizes and paired data where you cannot verify normality assumptions. It compares pre- and post-treatment measurements on the same subjects to determine if median values differ significantly.
Q2: How do you convert raw data into signs for the sign test?
Subtract the second variable value from the first variable for each matched pair. Record the sign of each difference as positive, negative, or zero. Exclude all zero differences from the analysis, as they do not contribute to the test conclusion. Count the remaining positive and negative signs to determine your test statistic.
Q3: What do the null and alternative hypotheses represent in a sign test for matched pairs?
The null hypothesis posits that the median difference between matched pairs is zero, implying no treatment effect. The alternative hypothesis suggests the median difference is not equal to zero, indicating a significant treatment effect. The test determines whether sufficient evidence exists to reject the null hypothesis at your chosen significance level.
Q4: What is the test statistic in the sign test for matched pairs?
The test statistic is the count of the less frequent sign (positive or negative) among the paired differences. When sample size is less than 25, you compare this count directly against a critical value from a statistical table at your significance level, typically 0.05.
Q5: How do you interpret the results of a sign test for matched pairs?
If the test statistic is less than or equal to the critical value, the result is statistically significant, and you reject the null hypothesis at 95% confidence. This indicates a significant difference in median values between the paired samples. If the test statistic exceeds the critical value, there is insufficient evidence to reject the null hypothesis.
Q6: Why does the sign test ignore the magnitude of differences between paired observations?
The sign test analyzes only the direction of differences, not their size, making it robust to outliers and extreme values. This approach simplifies calculations and makes the test applicable when you cannot assume specific distributional properties. By focusing on signs rather than magnitudes, the test remains valid even with skewed or non-normal data distributions.
Q7: What advantages does the sign test offer for analyzing paired samples?
The sign test is simple to conduct, requires no normality assumptions, and works effectively with small sample sizes. It is particularly useful when data are ordinal or when the underlying distribution is unknown. The test's simplicity and versatility make it a practical choice for comparing pre- and post-intervention measurements in research studies.