Question

In: Statistics and Probability

A research facility is evaluating five different processes of extracting starch from corn flour. The percent...

A research facility is evaluating five different processes of extracting starch from corn flour.

The percent yield of starch is the response of interest. The data is shown below:

Process   Starch_Yield
1   75.9
1   72.3
1   64.7
1   68.7
1   73.4
1   77.7
2   77.7
2   74.9
2   78.3
2   77.3
3   63.5
3   60.4
3   65.3
3   62.6
3   59.3
4   61
4   64
4   55.9
5   76.3
5   75.3
5   71.5
5   81

a) Perform an ANOVA test and report the F value and use 2 decimal places

b) Are the processes significantly different?

c) Which process(es) would you pick?

Solve using R studio and post code

Solutions

Expert Solution

Solution:

create a dataframe df1 with given data

use aov function in R to fit anova

summary function to get ANOVA table.
Tukey function to know which group means are different

Rcode:

df1 =read.table(header = TRUE, text ="
Process Starch_Yield
1 75.9
1 72.3
1 64.7
1 68.7
1 73.4
1 77.7
2 77.7
2 74.9
2 78.3
2 77.3
3 63.5
3 60.4
3 65.3
3 62.6
3 59.3
4 61
4 64
4 55.9
5 76.3
5 75.3
5 71.5
5 81
"
)
df1
df1$Process <- ordered(df1$Process ,
levels = c("1", "2", "3","4","5"))

summary(df1)
res.aov <- aov(Starch_Yield ~ Process , data = df1)
summary(res.aov)
TukeyHSD(res.aov)

Output:

Df Sum Sq Mean Sq F value Pr(>F)
Process 4 955.4 238.85 18.21 5.65e-06 ***
Residuals 17 223.0 13.12   
---
Signif. codes:
0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
> TukeyHSD(res.aov)
Tukey multiple comparisons of means
95% family-wise confidence level

Fit: aov(formula = Starch_Yield ~ Process, data = df1)

$Process
diff lwr upr p adj
2-1 4.933333 -2.179518 12.046185 0.2605731
3-1 -9.896667 -16.569113 -3.224220 0.0024770
4-1 -11.816667 -19.608405 -4.024928 0.0020080
5-1 3.908333 -3.204518 11.021185 0.4755964
3-2 -14.830000 -22.221892 -7.438108 0.0001009
4-2 -16.750000 -25.166040 -8.333960 0.0001109
5-2 -1.025000 -8.816739 6.766739 0.9940688
4-3 -1.920000 -9.967273 6.127273 0.9474926
5-3 13.805000 6.413108 21.196892 0.0002301
5-4 15.725000 7.308960 24.141040 0.0002289

a) Perform an ANOVA test and report the F value and use 2 decimal places

Ho:all the 5 group means are equal

Ha:atleast one of the group means are different

alpha=0.05

From ANOVA table

F= 18.21

p value=5.65e-06

p<0.05

Reject Ho
Accept Ha

There is sufficient statistical evidence at 5% level of significance to conclude that processes significantly different

c) Which process(es) would you pick?

p<0.05,such pair of process are significantly different

$Process
diff lwr upr p adj
2-1 4.933333 -2.179518 12.046185 0.2605731
3-1 -9.896667 -16.569113 -3.224220 0.0024770
4-1 -11.816667 -19.608405 -4.024928 0.0020080
5-1 3.908333 -3.204518 11.021185 0.4755964
3-2 -14.830000 -22.221892 -7.438108 0.0001009
4-2 -16.750000 -25.166040 -8.333960 0.0001109
5-2 -1.025000 -8.816739 6.766739 0.9940688
4-3 -1.920000 -9.967273 6.127273 0.9474926
5-3 13.805000 6.413108 21.196892 0.0002301
5-4 15.725000 7.308960 24.141040 0.0002289

3-1,4-1,3-2,4-2,5-3,5-4 processes are significantly different as p<0.05


Related Solutions

processes for finding and evaluating research (dnp program) what are the processes for finding and evaluating...
processes for finding and evaluating research (dnp program) what are the processes for finding and evaluating research. the research process should intergrate sound theoretical and scientific results.
In Chapter five of the Craft of Research, there is a discussion of different types of...
In Chapter five of the Craft of Research, there is a discussion of different types of sources, including Primary, Secondary, and Tertiary. Have you found a particular database that is good for finding these kinds of sources for your topic? If you are having trouble, let us know! It can help to hear how others are doing with this, so we can suggest other sources or databases.
Degree of Operating Leverage, Percent Change in Profit Ringsmith Company is considering two different processes to...
Degree of Operating Leverage, Percent Change in Profit Ringsmith Company is considering two different processes to make its product—process 1 and process 2. Process 1 requires Ringsmith to manufacture subcomponents of the product in-house. As a result, materials are less expensive, but fixed overhead is higher. Process 2 involves purchasing all subcomponents from outside suppliers. The direct materials costs are higher, but fixed factory overhead is considerably lower. Relevant data for a sales level of 31,000 units follow:     Process...
Two batches of tablets were prepared by two different processes. The potency determinations made on five...
Two batches of tablets were prepared by two different processes. The potency determinations made on five tablets from each batch were as follows: batch A: 5.8, 4.2, 4.6, 5.5, 5.6; batch B: 4.5, 4.8, 5.5, 5.2, 4.4. Test to see if the means of the two batches are equal. Explain how you do that. State your null and alternative hypothesis.
Cite about 10 completely different essays / research papers regarding the cognitive abilities and processes of...
Cite about 10 completely different essays / research papers regarding the cognitive abilities and processes of H.K. Deryrberry.
Select five operational manuals for five different products that used for the same purpose from five...
Select five operational manuals for five different products that used for the same purpose from five different suppliers. The suppliers should be from different continents. Review these manual and conduct a comparison between them. Based on your analysis of these manuals, prepare a report about your findings.
Why the real percent change might be different from the nominal percent change?
Why the real percent change might be different from the nominal percent change?
Research at least five of your neighboring states and identify all of the different types of...
Research at least five of your neighboring states and identify all of the different types of property that are subject to taxes in those states. ((I LIVE IN NEW YORK)
You are to carry out a research using the internet and identify at least five different...
You are to carry out a research using the internet and identify at least five different innovative ideas for intersection or road design to improve Road Safety and/or traffic flow. For each idea, provide a description of the idea, a photo or illustration of the design, where has it been used, advantages and disadvantages of the idea, and the source of the information (internet webpage/link will be sufficient).
There was one clinical psychologist as part of the team of five evaluating Mike Tyson from...
There was one clinical psychologist as part of the team of five evaluating Mike Tyson from the Massachusetts General Hospital. The clinical psychologist used three tools as part of his assessment. But it seems to me that the psychologist should’ve used another specific kind of measure that wasn’t included in the three measures he used. What kind of measure did the psychologist not use that he should’ve used? List a specific tool or two that you think he should’ve used,...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT