Sample Problem #1
sample problem #2
wilcoxon signed-rank test
The Wilcoxon Signed-Rank Test is a non-
parametric statistical test used to compare two
related samples, matched samples, or repeated
measurements to assess whether their population
mean ranks differ. It is often used as an alternative
to the paired t-test when the data does not meet
the assumptions of normality.
wilcoxon signed-rank test
wilcoxon signed-rank test
wilcoxon signed-rank test
SAMPLE PROB
STEP 1 STEP 2
STEP 3
sample problem #2
In a clinical trial conducted to evaluate the effectiveness of a new
pain relief medication, 8 patients were given the medication and
rated their pain level on a scale of 1 to 10 both before and after
taking the drug. As each patient contribute a pair of datapoints of
a discrete numeric variable, the sample size is small and
normality cannot be assumed, the Wilcoxon signed rank test for
paired data is suitable to test the differences between the pairs.
This can be done by hand in four steps.
sample problem #2
Thank You