Question

In: Statistics and Probability

The data below shows the response results from 40 trials under 4 different treatments A, B,...

The data below shows the response results from 40 trials under 4 different treatments A, B, C, and D.

45.63757, 51.21472, 44.96996, 60.75578, 46.18385, 57.62250, 49.86439, 47.55933, 56.07860, 53.01811,
29.97175, 23.72556, 25.13072, 30.42172, 24.77120, 30.55649, 21.45654, 38.43644, 28.11560, 40.67097,
47.07583, 49.26320, 50.37192, 57.73966, 47.40510, 54.18739, 41.37567, 46.62298, 60.41503, 52.04636,
33.30575, 48.74348, 53.05379, 39.49147, 35.87060, 38.82209, 50.65352, 39.20412, 47.02827, 39.09127

The treatment labels are:
"A", "A", "A", "A", "A", "A", "A", "A", "A", "A",
"B", "B", "B", "B", "B", "B", "B", "B", "B", "B",
"C", "C", "C", "C", "C", "C", "C", "C", "C", "C",
"D", "D", "D", "D", "D", "D", "D", "D", "D", "D"


a. Do an ANOVA to explore the possibility of evidence that (H0) the means of the four treatments are all the same vs. (Ha) at-least one of the mean treatments is different than the rest.


Report the p-value you find from the data set above: ____


Reject Null hypothesis at the 95% level of confidence?

no

yes    



b. If you rejected the null hypothesis, which pairs of treatments appear to differ?

A-B:

different

not different    


A-C:

different

not different    


A-D:

not different

different    


B-C:

not different

different    


B-D:

different

not different    


C-D:

different

not different    

Solutions

Expert Solution

The outputs is generated by using R-sofetware, the r-codes are given below along with its r-code.

> response=c(45.63757, 51.21472, 44.96996, 60.75578, 46.18385, 57.62250, 49.86439, 47.55933, 56.07860, 53.01811,
+ 29.97175, 23.72556, 25.13072, 30.42172, 24.77120, 30.55649, 21.45654, 38.43644, 28.11560, 40.67097,
+ 47.07583, 49.26320, 50.37192, 57.73966, 47.40510, 54.18739, 41.37567, 46.62298, 60.41503, 52.04636,
+ 33.30575, 48.74348, 53.05379, 39.49147, 35.87060, 38.82209, 50.65352, 39.20412, 47.02827, 39.09127)
> Treatment=c("A", "A", "A", "A", "A", "A", "A", "A", "A", "A",
+ "B", "B", "B", "B", "B", "B", "B", "B", "B", "B",
+ "C", "C", "C", "C", "C", "C", "C", "C", "C", "C",
+ "D", "D", "D", "D", "D", "D", "D", "D", "D", "D")
> owanova<-aov(response~as.factor(Treatment), qr=TRUE)
> owanova

Call:
aov(formula = response ~ as.factor(Treatment), qr = TRUE)

Terms:
as.factor(Treatment) Residuals
Sum of Squares 3136.665 1315.987
Deg. of Freedom 3 36

> summary(owanova)
Df Sum Sq Mean Sq F value Pr(>F)
as.factor(Treatment) 3 3137 1045.6 28.6 1.23e-09 ***
Residuals 36 1316 36.6   
---   
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1

Conclusion: here p-value associated with the test is 1.23e-09 < 5% level of significance, therefore we may reject Ho at 5% level of significance and conclude that there is sufficient evidence that the treatment mean for at least one treatment is significant.

p-value =   1.23e-09

Reject null hypothesis: Yes

Residual standard error: 6.04609
Estimated effects may be unbalanced
> TukeyHSD(owanova)
Tukey multiple comparisons of means
95% family-wise confidence level

Fit: aov(formula = response ~ as.factor(Treatment), qr = TRUE)

$`as.factor(Treatment)`
diff   lwr upr p adj
B-A -21.964782 -29.246982 -14.682582 0.0000000
C-A -0.640167 -7.922367 6.642033 0.9952440
D-A -8.764045 -16.046245 -1.481845 0.0130807
C-B 21.324615 14.042415 28.606815 0.0000000
D-B 13.200737 5.918537 20.482937 0.0001224
D-C -8.123878 -15.406078 -0.841678 0.0238069

conclusions:

b. We rejected the null hypothesis, we want to find which pairs of treatments appear to differ?

A-B:

different

because p-value is significant., less than 5% level of significance


A-C:

not different    

because p-value is insignificant., greater than 5% level of significance


A-D:

different    

because p-value is significant., less than 5% level of significance

B-C:

different    

because p-value is significant., less than 5% level of significance


B-D:

different

because p-value is significant., less than 5% level of significance .

.
C-D:

different

because p-value is significant., less than 5% level of significance.   


Related Solutions

A) The table below shows the results of a survey that asked 1052 adults from a...
A) The table below shows the results of a survey that asked 1052 adults from a certain country if they would support a change in their​ country's flag. A person is selected at random. Complete parts​ (a) through​ (d). Support   Oppose Unsure Total Males 151 332 10 493 Females 244 296 19 559 Total 395 628 29 1052 ​(a) Find the probability that the person opposed the change or is female. ​(b) Find the probability that the person supports the...
Data is collected from a completed randomized design for comparing two treatments A and B: A:...
Data is collected from a completed randomized design for comparing two treatments A and B: A: 25, 24, 22 B: 27, 30, 29 The experimenter is interested in finding out if treatment B is better than treatment A. Find the p-values using both the randomization test and the t-test and then make a conclusion (alpha = 0.05)
The following data represents random samples for 7 different treatments. Fill the ANOVA table A B...
The following data represents random samples for 7 different treatments. Fill the ANOVA table A B C D E F G Mean 103.6 107 92.7 101.5 100 117 88.1 Std Dev 17.2 19 8.58 30.9 6.43 10.8 15 n 9 6 9 6 9 9 6 Source SS df MS F Treatment Error Total
The chart below shows the results of a sample of 10 workers from a large company....
The chart below shows the results of a sample of 10 workers from a large company. Employee Years of Experience Income (In thousands of dollars) 1 0 20 2 5 30 3 5 40 4 10 30 5 10 50 6 15 50 7 20 60 8 25 50 9 30 70 10 35 60 What is the equation of the line of best fit? ( Options: y= 1.16+28x, y=28+1.16x, y=1.16-28x, y+28-1.16x) What can we expect an employee to make...
The table below shows the results from a test for marijuana use, provided by a certain...
The table below shows the results from a test for marijuana use, provided by a certain drug testing company. Actually Used Marijuana No Yes Positive Test Result 32 103 Negative Test Result 156 6 How many subjects had false positive results? How many subjects had false negative results? What is the probability that a randomly selected person actually did not use marijuana? What is the probability that a randomly selected person actually used marijuana give they had a positive test...
The table below shows the results of a survey that asked 1027 adults from a certain...
The table below shows the results of a survey that asked 1027 adults from a certain country if they favored or opposed a tax to fund education. A person is selected at random. Complete parts​ (a) through​ (c). Support   Oppose Unsure Total Males 155 317 99 481 Females 229 291 26 546 Total 384 608 35 1027 1. Find the probability that the person opposed the tax or is female. 2. Find the probability that the person supports the tax...
Do different treatments affect the weights of poplar trees? Data below report weights (in kilograms) of...
Do different treatments affect the weights of poplar trees? Data below report weights (in kilograms) of randomly selected poplar trees given different treatments (none, fertilizer, irrigation, fertilizer + irrigation). The treatments are assigned at random to the trees. Conduct a complete hypothesis testing to investigate if there are significant differences in the mean weight of poplar trees at α= 0.05 None (N) Fertilizer (F) Irrigation (I) Fertilizer + Irrigation none 0.18 0.78 0.23 2.03 0.02 Fertilizer 0.54 0.40 2.07 0.16...
Table below shows the results from a transduction experiment. Calculate the number of transductants that has...
Table below shows the results from a transduction experiment. Calculate the number of transductants that has resulted from this experiment (show your calculations). List 3 reasons for the bacterial growth on the control plates. Culture Transduction Minimal Medium E.coli control 1 5 E.coli control 2 3 E.coli + P-22 plate 1 37 E.coli + P-22 plate 2 41
The table below shows the returns and probabilities of 3 different financial assets (A, B, C)....
The table below shows the returns and probabilities of 3 different financial assets (A, B, C). Which financial asset should be preferred according to the Risk-Return analysis? (Coefficient of Change will be calculated over Standard Deviation / Expected Return.). You can use 4 digits after the comma in your calculations. Possibility Return A Return B Return C 0,10 (-)0,09 0,01 (-)0,20 0,35 0,08 0,05 (-)0,10 0,40 0,13 0,10 0,25 0,15 0,20 0,15 0,75
The table below shows the returns and probabilities of 3 different financial assets (A, B, C)....
The table below shows the returns and probabilities of 3 different financial assets (A, B, C). Which financial asset should be preferred according to the Risk-Return analysis? (Coefficient of Change will be calculated over Standard Deviation / Expected Return.). You can use 4 digits after the comma in your calculations. Possibility Return A Return B Return C 0.10 (-)0,09 0,01 (-)0,20 0.35 0,08 0,05 (-)0,10 0,40 0,13 0,10 0,25 0,15 0,20 0,15 0,75 I would appreciate if you show transactions
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT