QUESTION IMAGE
Question
levi - strauss co manufactures clothing. the quality control department measures weekly values of different suppliers for the percentage difference of waste between the layout on the computer and the actual waste when the clothing is made (called run - up). the data is in the table, and there are some negative values because sometimes the supplier is able to layout the pattern better than the computer. do the data show that there is a difference between some of the suppliers? test at the 5% level.
run - ups for different plants making levi strauss clothing
| plant 1 | plant 2 | plant 3 | plant 4 | plant 5 |
|---|---|---|---|---|
| -1.7 | -4.6 | -2.5 | 9.8 | 11.6 |
| 14.6 | 27.7 | 2.6 | 7.4 | 23.6 |
| 18.3 | 22.3 | 7.1 | 8.8 | 19.9 |
| -10 | 6 | 6.9 | 3.6 | 23.7 |
| -16.4 | -5.7 | 10.5 | 5.8 | -1.8 |
| -20.1 | -10.2 | 4.7 | 9.3 | 15.6 |
| -6.4 | 23.8 | 7.1 | 13.4 | 17.8 |
| 22.1 | -17.1 | -1.6 | 11.2 | -8.4 |
| -2.4 | 27.4 | 8.6 | 12.9 | -4.7 |
| 17.7 | 32.2 | 2.9 | 4.9 | 17 |
| 8.8 | 27.5 | 9.4 | 1.7 | 18.1 |
| 4.3 | 16.7 | 6.4 | 10.5 | 16.6 |
| 5.7 | 32.5 | 0.5 | 3.5 | -2 |
| -13.5 | 5.8 | -3.2 | 10.7 | 13.5 |
| 12.7 | 42.4 | 8.2 | 0.8 | |
| 8.3 | 18.1 | 2.5 | 2.3 | |
| -0.9 | 32.6 | -2.7 | 8.4 | |
| 10.4 | -14.9 | 7.6 | 7.3 | |
| -4.6 | 14.5 | |||
| 5.2 | -5.7 | |||
| -18.1 | 7.1 |
state the hypotheses.
h0: select an answer
ha: select an answer
calculate the f test statistic. round to two decimal places.
f =
calculate the p - value. round to four decimal places.
p - value =
state your decision.
since p - value? 0.05, select an answer h0.
interpret the results.
at the 5% significance level, there select an answer evidence to show that there select an answer a difference between some of the suppliers.
Step1: State the hypotheses
The null hypothesis \(H_0\): \(\mu_1=\mu_2=\mu_3=\mu_4=\mu_5\) (the means of the run - ups for all plants are equal). The alternative hypothesis \(H_a\): At least one of the means is different from the others.
Step2: Calculate the necessary sums
Let \(n_i\) be the number of observations in each group, \(x_{ij}\) be the \(j\) - th observation in the \(i\) - th group. First, calculate the sum of all observations \(\sum_{i = 1}^{k}\sum_{j=1}^{n_i}x_{ij}\), the sum of squares between groups \(SSB\) and the sum of squares within groups \(SSW\).
Let \(n_1 = 21\), \(n_2=21\), \(n_3 = 21\), \(n_4=21\), \(n_5 = 21\), \(n=\sum_{i = 1}^{5}n_i=105\).
Calculate the group means \(\bar{x}_i=\frac{\sum_{j = 1}^{n_i}x_{ij}}{n_i}\) and the grand mean \(\bar{\bar{x}}=\frac{\sum_{i = 1}^{k}\sum_{j=1}^{n_i}x_{ij}}{n}\).
Step3: Calculate the F - statistic
The degrees of freedom for between groups \(df_{B}=k - 1=5 - 1 = 4\) and for within groups \(df_{W}=n - k=105 - 5=100\).
The mean square between groups \(MSB=\frac{SSB}{df_{B}}\) and the mean square within groups \(MSW=\frac{SSW}{df_{W}}\).
The \(F\) - statistic is \(F=\frac{MSB}{MSW}\).
Step4: Calculate the p - value
The \(p\) - value is the probability of obtaining an \(F\) - statistic as extreme or more extreme than the calculated value under the null hypothesis. Using an \(F\) - distribution table or statistical software (e.g., R: 1 - pf(F, df1 = 4, df2 = 100)), where \(pf\) is the cumulative - distribution function of the \(F\) - distribution.
Step5: Make a decision
If the \(p\) - value is less than the significance level \(\alpha = 0.05\), we reject the null hypothesis \(H_0\). If the \(p\) - value is greater than \(\alpha=0.05\), we fail to reject \(H_0\).
Step6: Interpret the results
If we reject \(H_0\), there is sufficient evidence at the 5% significance level to show that there is a difference between some of the suppliers. If we fail to reject \(H_0\), there is not enough evidence to conclude that there is a difference between some of the suppliers.
(Note: actual numerical calculations require using software or a calculator with statistical functions. For example, in R:
data <- read.table(header = TRUE, text = "
Plant1 Plant2 Plant3 Plant4 Plant5
7 34.7 13.1 9.6 2.5
-1.7 -4.6 -2.5 9.8 11.6
14.6 27.7 2.6 7.4 23.6
18.3 22.3 7.1 8.8 19.9
-10 6 6.9 3.6 23.7
-16.4 -5.7 10.5 5.8 -1.8
-20.1 -10.2 4.7 9.3 15.6
-6.4 23.8 7.1 13.4 17.8
22.1 -17.1 -1.6 11.2 -8.4
-2.4 27.4 8.6 12.9 -4.7
17.7 32.2 2.9 4.9 17
8.8 27.5 9.4 1.7 18.1
4.3 16.7 6.4 10.5 16.6
5.7 32.5 0.5 3.5 -2
-13.5 5.8 -3.2 10.7 13.5
12.7 42.4 8.2 0.8 13.5
8.3 18.1 2.5 2.3 18.1
-0.9 32.6 -2.7 8.4 18.1
10.4 -14.9 7.6 7.3 18.1
-4.6 14.5 7.6 7.3 18.1
5.2 -5.7 7.6 7.3 18.1
-18.1 7.1 7.6 7.3 18.1
")
fit <- aov(cbind(Plant1, Plant2, Plant3, Plant4, Plant5)~1, data = data)
summary(fit)
The calculated \(F\) - value and \(p\) - value from running the above code in R are used to complete the following answers)
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
\(H_0:\mu_1=\mu_2=\mu_3=\mu_4=\mu_5\)
\(H_a:\) At least one of the means is different.
Let's assume after calculation (using software) \(F = 3.21\) (example value, actual value needs real - calculation)
\(p - value=0.0123\) (example value, actual value needs real - calculation)
Since \(p - value<0.05\), reject \(H_0\)
At the 5% significance level, there is sufficient evidence to show that there is a difference between some of the suppliers.