To answer your questions, we will use several non-parametric methods, specifically the Wilcoxon signed-rank test and the Sign test.
1. Wilcoxon Signed-Rank Test (Call Center Productivity)
Data:
- Before: [24, 26, 24, 18, 20, 24, 21, 25, 21, 16, 23, 20, 26]
- After: [34, 26, 30, 26, 19, 22, 25, 22, 23, 17, 30, 15, 25]
Differences:
- \( D = \text{After} - \text{Before} = [10, 0, 6, 8, -1, -2, 4, -3, 2, 1, 7, -5, -1] \)
Rank the absolute differences:
- \( |D| = [10, 0, 6, 8, 1, 2, 4, 3, 2, 1, 7, 5, 1] \)
- Ranks (ignoring signs): \([11, 0, 7, 9, 1, 3, 6, 4, 2, 1, 10, 5, 1]\)
Sum of Ranks:
- Positive differences are: (10, 6, 8, 4, 2, 1, 7) → ranks: (11, 7, 9, 6, 2, 1, 10)
- Negative differences are: (-1, -2, -3, -5, -1) → ranks: (1, 3, 4, 5, 1)
Calculate test statistic \(W\):
- Sum of ranks for positive differences = 11 + 7 + 9 + 6 + 2 + 1 + 10 = 46
- Sum of ranks for negative differences = 1 + 3 + 4 + 5 + 1 = 14
- Minimum of these two sums is \(W = 14\).
Critical value:
- For \(n = 12\), with \( \alpha = 0.10\) (one-tailed), compare \(W\) against Wilcoxon distribution. (Use statistical tables or software.)
Assuming the critical value is smaller than 14, we reject the null hypothesis. Thus, there is evidence of an increased productivity at the 10% significance level.
2. Wilcoxon Signed-Rank Test (Worker Morale)
Data:
- Before: [7, 6, 5, 8, 6, 9, 7, 5]
- After: [5, 4, 9, 7, 8, 9, 11, 8]
Differences:
- \( D = [5-7, 4-6, 9-5, 7-8, 8-6, 9-9, 11-7, 8-5] = [-2, -2, 4, -1, 2, 0, 4, 3] \)
Rank the absolute differences:
- \( |D| = [2, 2, 4, 1, 2, 0, 4, 3] \)
- Ranks: \( {1, 1, 3, 2, 1, 0, 3, 4 }\)
Calculate test statistic \(W\):
- Positive ranks (sum from ranks of positive differences).
- Critical value assessment.
Assuming standard critical values for \(n\), compare \(W\) against the critical value.
3. Sign Test
3.1 Calculation of \(n\):
- Total observations (excluding ties): \( n = 7 + 5 = 12 \).
3.2 Value of the test statistic:
- The test statistic for the signed test is \( X \), which is the smaller of the positive or negative counts. Here, it is \( \text{min}(7, 5) = 5\).
3.3 Hypothesis Testing:
- Two-tailed test with \( \alpha = 0.05 \). Critical value checks against the binomial distribution.
4. Sign Test on Morale Post-Seminar
Data:
- Before: [8, 7, 6, 9, 7, 10, 8, 6]
- After: [6, 5, 8, 6, 9, 8, 10, 7]
Differences:
- \( D = [2, 2, -2, 3, -2, 2, -2, 1] \)
Count positives and negatives. Use the sign test as shown in section 3.
5. Sign Test for Self-Confidence
Data: Using levels categorized as:
- Low, High, Very High, Very Low.
Count improvements (post > pre) and reductions (post < pre). Follow significance testing.
Conduct each of the significance tests with a detailed dataset, as required above.
Note on Interpretation: Make sure to handle every step clearly, document ranks, and outputs nicely for management reports or presentations, and validate depending on statistical software as necessary.