Question

In: Statistics and Probability

The next two major topics in this course deal with the ANOVA test. This is an...

The next two major topics in this course deal with the ANOVA test. This is an advanced statistical procedure for testing results of studies that use multiple levels for an independent variable, and/or multiple independent variables. Suppose you want to design a study that looks at the effects of depression medication versus placebo. Going beyond a simple placebo/no placebo design, what types of things would you look at? Create a hypothetical study that contains more than 2 levels for the independent variable you will test. Then explain why you can't, or shouldn't, just use a t-test to determine significance. What are the specific issues you would encounter if you tried using a t-test instead of an ANOVA?

Solutions

Expert Solution

here hypothesis-

H0: steel produced in all four plants is same.

against

H1:steel produced in all four plants is not same.

therefore, ANOVA is -

by using R software -

R code is-


observations= c(71.2,70.9,72.0,71.9,72.3,70.9,71.0,72.3,72.7,72.5,72.2,71.5,
70.9,71.5,72.3,71.3,72.0,71.4,74.2,73.7,74.0,73.8,74.2,74.3,73.0)
levels=c(rep(c(1,2,3,4),c(5,6,7,7)))
b=aov(observations~levels);b
summary(b)

and

OUTPUT is-

b=aov(observations~levels);b
Call:
aov(formula = observations ~ levels)

Terms:
levels Residuals
Sum of Squares 13.28005 17.93995
Deg. of Freedom 1 23

Residual standard error: 0.8831748
Estimated effects may be unbalanced
> summary(b)
Df Sum Sq Mean Sq F value Pr(>F)   
levels 1 13.28 13.28 17.03 0.000411 ***
Residuals 23 17.94 0.78
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1

Here p value =0.000411 < 0.05

thus we reject null hypothesis (H0) at 5% level of significance.

And conclude that steel produced in all four plant is not same.

  

here we heve to test steel produced in all four plants is same .

by using t test we can test equality in steel produced in two plants ,

thus to test   steel produced in all four plants is same or not , we have to conduct six individual t tests.

if we do this then calculations are too lengthy.

to avoid this we use ANOVA

by using ANOVA we can simultaneously test  steel produced in all four plants is same or not

also if null hypothesis is rejected then ANOVA gives which treatment are significantly differ by using

tukey test.


Related Solutions

A researcher did a two-way ANOVA to test the effects of course type (two levels: in-class...
A researcher did a two-way ANOVA to test the effects of course type (two levels: in-class vs. online) and course topic (two levels: statistics vs. cognitive psychology) on the instructors’ stress levels. A summary table (with a few missing values) is provided here. Source SS df MS F Between 625 3 --------------------- Type 1 300 12 Topic 5 Type*Topic 200 Within --------------------- Total 3525 119 --------------------- --------------------- a. Complete the missing values in the table. You must submit your calculations...
An ANOVA F test is an extension of a Question 1 options: two-sample z test. two-sample...
An ANOVA F test is an extension of a Question 1 options: two-sample z test. two-sample t test. two-sample test of proportions. a factorial ANOVA. Question 2 (2 points) Saved A manufacturer of infant formula is running an experiment using the standard (control) formulation and two new formulations, A and B. The goal is to boost the immune system in young children. There are 120 children in the study, and they are randomly assigned, 40 to each of the three...
Explain the major differences between analyzing a one-way ANOVA versus a two-factor ANOVA, and explain why...
Explain the major differences between analyzing a one-way ANOVA versus a two-factor ANOVA, and explain why factorial designs with two or more independent variables (or factors) can become very difficult to interpret.
Explain the following two topics from our course readings and provide an example of each: a:...
Explain the following two topics from our course readings and provide an example of each: a: Hypothesis testing b: Regression analysis
The next three questions deal with the following situation: There are two nations, Perelandra and Malacandra....
The next three questions deal with the following situation: There are two nations, Perelandra and Malacandra. They produce two goods: gold and sulfur. In a single year, Perelandra can produce 5,000 tons of gold and 2,000 tons of sulfur. In the same period of time, Malacandra can produce 5,000 tons of gold and 10,000 tons of sulfur. 7. Which of the following statements is true? (A) Perelandra has comparative advantage in gold, and absolute advantage in gold. (B) Perelandra has...
1.a). When do researchers use ANOVA vs. Chi-square test? Indicate two main characteristics of ANOVA and...
1.a). When do researchers use ANOVA vs. Chi-square test? Indicate two main characteristics of ANOVA and Chi-square tests (two for each test). 1.b). What are some of the major limitations of both ANOVA and Chi-square tests? (at least two for each)
Which of the below is the best description for this test? 2 x 3 ANOVA Two...
Which of the below is the best description for this test? 2 x 3 ANOVA Two DVs were measured at the interval level. The IVs numbered 3. Two IVs were operating: sex (male / female) and proficiency (high / medium / low). Six variables were under study but nothing else can be known from this little information. The 2 x 3 construction transforms this Factoral ANOVA into a Factoral MANOVA. which one?
An instructor for a test preparation course claims that the course will improve the test scores...
An instructor for a test preparation course claims that the course will improve the test scores of students. The table shows the critical reading scores for 14 students the first two times they took the test. Before taking the test for the second​ time, the students took the​ instructor's course to try to improve their critical reading test scores. At a​ = 0.01, is there enough evidence to support the​ instructor's claim? Complete parts​ (a) through​ (f). number of students:14....
The next three questions deal with the following situation: Consider two city-states: Gilead and Mahishmathi. They...
The next three questions deal with the following situation: Consider two city-states: Gilead and Mahishmathi. They can produce two goods: gun- powder and maple syrup. In a single year, Gilead can make 1,000 tons of gunpower and 1,500 tons of maple syrup. In the same period of time, Mahishmathi can produce 2,000 tons of gunpowder and 1,500 tons of maple syrup. 1. Which of the following statements is true? (A) Gilead has comparative advantage in gunpowder and absolute advantage in...
1 list of commerce desertation topics for degree course 2 twenty (20) disertation topics for degree...
1 list of commerce desertation topics for degree course 2 twenty (20) disertation topics for degree course in commerce
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT