<?xml version='1.0'?>
<?xml:stylesheet type="text/xsl" href="MultiBook.xsl" ?>
<chapter>
<number>8</number>
<author>David W. Stockburger</author>
<title>Two Way ANOVA and Interactions</title>
<modified>05/01/2001</modified>
<URL>mlt09.xml</URL>
<section>
<P><h2>The Design</h2></P>
<P>Suppose a statistics teacher gave an essay final to his class. He randomly divides the classes in half such that half the class writes the final with a blue book and half with notebook computers. In addition the students are partitioned into three groups, no typing ability, some typing ability, and highly skilled at typing. Answers written in blue books will be transcribed to word processors and scoring will be done blindly. Not with a blindfold, but the instructor will not know the method or skill level of the student when scoring the final. The dependent measure will be the score on the essay part of the final exam. </P>
<P>The first <index>factor</index> will be called <SPSSVar>Method</SPSSVar> and will have two levels, blue book and computer. The second factor will be designated as <SPSSVar>Ability</SPSSVar> and will have three levels: none, some, and lots. Each subject will be measured a single time. Any effects discovered will necessarily be between subjects or groups and hence the designation "<index>between groups</index>" designs.</P>
<P><h2>The Data</h2></P>
<P>In the case of the example data, the <SPSSVar>Ability</SPSSVar>factor has two levels while the <SPSSVar>Method</SPSSVar> factor has three. The <SPSSVar>X</SPSSVar> variable is the score on the final exam. The example data file appears below.</P>
<P>	<figure>
		<description>An example data file for two factor ANOVA is illustrated.  The file has 18 rows and 4 columns.  The columns are labeled Ability, Method, and X. The first column corresponds to the subjects number and goes from 1 to 18. The Ability variable has three levels, none, some, and lots, while the Method variable has two levels, blue book and computer. The values in the X column range from 23 to 41.</description>
		<url>images/mlt09125.gif</url> <width>228</width><height>408</height>
		<align></align>
		<caption>Example data file for two factor ANOVA with value labels shown.</caption>
		<alt>Example data file for two factor ANOVA.</alt>
	</figure></P>
<P>The <index>independent variables</index> or factors do not need to be in any particular order on the data file, it is simply more convenient and easier to read if they are in order, as shown above. In most real-life two factor ANOVAs there will be <index>unequal numbers of subjects</index> in each group.</P>
<DataFile type="SPSS">
	<url>mlt09.sav</url>
	<description>Example data for two factor ANOVA</description>
</DataFile>
<P><h2>Example Analysis using General Linear Model in SPSS</h2></P>
<P>The analysis is done in SPSS by selecting <SPSSCommand>Statistics/Univariate...</SPSSCommand>. In the next screen, the Dependent Variable is <SPSSVar>X</SPSSVar> and the Fixed Factors are <SPSSVar>Ability</SPSSVar> and <SPSSVar>Method</SPSSVar>. The screen will appear as follows.</P>
<P>	<figure>
		<description>The SPSS GLM - General Linear Model user interface is shown. The X variable has been selected as the dependent variable and Ability and Method have been selected as Fixed factors.</description>
		<url>images/mlt09126.gif</url> <width>446</width><height>363</height>
		<align></align>
		<caption>SPSS GLM - General Linear Model user interface.</caption>
		<alt>SPSS GLM - General Linear Model user interface.</alt>
	</figure></P>
<P>The <SPSSCommand>Options/Display/Descriptive Statistics</SPSSCommand> button was selected in this example to produce the table of <index>means</index> and standard deviations. In addition, the <SPSSCommand>Plots</SPSSCommand> option button was selected as follows.</P>
<P>	<figure>
		<description>The SPSS user interface for Plots option in General Linear Model is shown. Two graphs have been selected, the first with Ability as the horizontal axis and Method as the separate lines and the second with Method as the horizontal axis and Ability as the separate lines.</description>
		<url>images/mlt09127a.gif</url>
		<width>353</width>
		<height>304</height>
		<align></align>
		<caption>SPSS user interface for Plots option in General Linear Model.</caption>
		<alt>SPSS user interface for Plots option in General Linear Model.</alt>
	</figure></P>
<P>Two graphs will be drawn, the first with Ability as the horizontal axis and Method as the separate lines and the second with Method as the horizontal axis and Ability as the separate lines.</P>
<P><h2>Interpretation of Output</h2></P>
<P>The interpretation of the output from the General Linear Model command will focus on two parts: the table of means and the <index>ANOVA summary table</index>. The table of means is the primary focus of the analysis while the summary table directs attention to the interesting or <index>statistically significant</index> portions of the table of means. </P>
<P>	<figure>
		<description>A table of means output from SPSS GLM descriptive statistics option is pictured. It has a mean and standard deviation for every combination of levels of Ability and Method.</description>
		<url>images/mlt09127.gif</url> <width>316</width><height>242</height>
		<align></align>
		<caption>Table of means output from SPSS GLM descriptive statistics option.</caption>
		<alt>Table of means output from SPSS GLM descriptive statistics option.</alt>
	</figure></P>
<P>Often the means are organized and presented in a slightly different manner than the form of the output from the <SPSSCommand>General Linear Model</SPSSCommand> command. The table of means may be rearranged and presented as follows: </P>
<P><table cellPadding="4" cellSpacing="7" summary = "Table of means for two factor ANOVA." title="Table of means for two factor ANOVA.">
  <tcaption>Table of means for two factor ANOVA.</tcaption>
<TR><TH></TH><TH>None</TH><TH>Some</TH><TH>Lots</TH><TH></TH></TR>
<TR><TD>blue-book</TD><TD>26.67</TD><TD>31.00</TD><TD>33.33</TD><TD>30.33</TD></TR>
<TR><TD>computer</TD><TD>28.00</TD><TD>36.67</TD><TD>27.00</TD><TD>30.56</TD></TR>
<TR><TD></TD><TD>27.33</TD><TD>33.83</TD><TD>30.17</TD><TD>30.44</TD></TR>
</table></P>
<definition word="cell mean">in a two factor design a cell mean is a mean of a dependent measure for a combination of levels of the two factors.</definition>
<definition word="marginal mean">in a two factor design a marginal mean is a mean of the dependent measure for a level of one of the two factors.</definition>
		<TestItem type="MC">
			<question>The marginal means will be the mean of the cell means when</question>
			<answer type="correct">the N in each cell is equal.</answer>
			<answer>when there are no main effects.</answer>
			<answer>when there is no interaction effect.</answer>
			<answer>when the grand mean is equal to one of the cell means.</answer>
			<difficulty></difficulty>
			<discriminability></discriminability>
			<author>David Stockburger</author>
			<date>05/05/2001</date>
			<concept>Two Way ANOVA and Interactions</concept>
		</TestItem>
		<TestItem type="MC">
			<question>Main effects can be observed as</question>
			<answer type="correct">differences between marginal means.</answer>
			<answer>differences between cell means.</answer>
			<answer>in the grand mean.</answer>
			<answer>in the difference between cell means and marginal means.</answer>
			<difficulty></difficulty>
			<discriminability></discriminability>
			<author>David Stockburger</author>
			<date>05/05/2001</date>
			<concept>Two Way ANOVA and Interactions</concept>
		</TestItem>
<definition word="grand mean">in a two factor design the grand mean is the mean of all scores.</definition>
<P>The means inside the boxes are called <index>cell means</index>, the means in the margins are called <index>marginal means</index>, and the number on the bottom right-hand corner is called the <index>grand mean</index>. An analysis of these means reveals that there is very little difference between the marginal means for the different levels of <SPSSVar>Method</SPSSVar> across the levels of <SPSSVar>Ability</SPSSVar> (30.33 vs. 30.56). The marginal means of <SPSSVar>Ability</SPSSVar> over levels of <SPSSVar>Method</SPSSVar> are different (27.33 vs. 33.83 vs. 30.17) with the mean for "Some" being the highest. The cell means show an increasing pattern for levels of <SPSSVar>Ability</SPSSVar> using a blue book (26.67 vs. 31.00 vs. 33.33) and a different pattern for levels of <SPSSVar>Ability</SPSSVar> using a computer (28.00 vs. 36.67 vs. 27.00). </P>
<P><h2>Graphs of Means</h2></P>
<P>Graphs of means are often used to present information in a manner that is easier to comprehend than the tables of means. One factor is selected for presentation as the <index>X-axis</index> and its levels are marked on that axis. Separate lines are drawn the height of the mean for each level of the second factor. In the following graph, the <SPSSVar>Ability</SPSSVar>, or keyboard experience, factor was selected for the X-axis and the <SPSSVar>Method</SPSSVar>, factor was selected for the different lines. </P>
<P>	<figure>
		<description>The interaction of Ability by Method is illustrated in a graph. In this graph there are two lines, one for each method and three marks on the x-axis labeled with None, Some, and Lots. The line for the computer method looks like an inverted V, while the line for the blue book method appears almost linearly increasing.</description>
		<url>images/mlt0929.gif</url> <width>480</width><height>384</height>
		<align></align>
		<caption>Interaction of Ability X Method.</caption>
		<alt>Interaction of Ability X Method.</alt>
	</figure></P>
<P>Presenting the information in an opposite fashion would be equally correct, although some graphs are more easily understood than others, depending upon the values for the means and the number of levels of each factor. The second possible graph is presented below. </P>
<P>	<figure>
		<description>The interaction of Method by Ability is illustrated in a graph. In this graph there are three lines, one for each ability level and two marks on the x-axis labeled with blue book and computer. The graph appears fairly busy and somewhat difficult to read.</description>
		<url>images/mlt0928.gif</url> <width>480</width><height>384</height>
		<align></align>
		<caption>Interaction of Method X Ability.</caption>
		<alt>Interaction of Method X Ability.</alt>
	</figure></P>
<P>It is recommended that if there is any doubt that both versions of the graphs be attempted and the one which best illustrates the data be selected for inclusion into the statistical report. In this case it appears that the graph with <SPSSVar>Ability</SPSSVar> on the X-axis is easier to understand than the one with <SPSSVar>Method</SPSSVar> on the X-axis. </P>
<P><h2>The ANOVA Summary Table</h2></P>
<P>The results of the analysis are presented in the <index>ANOVA summary table</index>, presented below for the example data. </P>
<P>	<figure>
		<description>The ANOVA summary table for two-factor is shown. Of primary interest are the values in the significance column across from the three effects. The exact significance for the Method is .901, for the Ability it is .033, and for the Method X Ability interaction it is .047. Thus, the Ability main effect and the Method X Ability interaction effect are statistically significant.</description>
		<url>images/mlt09130.gif</url> <width>435</width><height>211</height>
		<align></align>
		<caption>ANOVA summary table for example two-factor ANOVA.</caption>
		<alt>ANOVA summary table for example two-factor ANOVA.</alt>
	</figure></P>
<P>The items of primary interest in this table are the effects listed under the "Source" column and the values under the "Sig." column. As in the previous hypothesis test, if the value of "Sig" is less than the value of <alpha/> as set by the experimenter, then that effect is significant. If <alpha/> =.05, then the <SPSSVar>Ability</SPSSVar> main effect and the <SPSSVar>Ability</SPSSVar> BY <SPSSVar>Method </SPSSVar>interaction would be <index>significant</index> in this table. </P>
<P><h2>Main Effects</h2></P>
<definition word="main effects">differences in means over levels of one factor collapsed over levels of the other factor.</definition>
		<TestItem type="MC">
			<question>A main effect is defined as</question>
			<answer type="correct">differences in means over levels of one factor collapsed over levels of the other factor.</answer>
			<answer>the difference between the grand mean and zero.</answer>
			<answer>is the effect of one factor at a given level of a second factor.</answer>
			<answer>a change in the simple two way interaction over levels of the third factor.</answer>
			<difficulty></difficulty>
			<discriminability></discriminability>
			<author>David Stockburger</author>
			<date>05/05/2001</date>
			<concept>Two Way ANOVA and Interactions</concept>
		</TestItem>
<P>Main effects are differences in means over levels of one factor collapsed over levels of the other factor. This is actually much easier than it sounds. For example, the <index>main effect</index> of <SPSSVar>Method</SPSSVar> is simply the difference between the means of final exam score for the two levels of Method, ignoring or collapsing over experience. As seen in the second method of presenting a table of means, the main effect of <SPSSVar>Method</SPSSVar> is whether the two marginal means associated with the <SPSSVar>Method</SPSSVar> factor are different. In the example case these means were 30.33 and 30.56 and the differences between these means was not statistically significant. </P>
<P>As can be seen from the summary table, the main effect of <SPSSVar>Ability</SPSSVar> is significant. This effect refers to the differences between the three marginal means associated with <SPSSVar>Ability</SPSSVar>. In this case the values for these means were 27.33, 33.83, and 30.17 and the differences between them may be attributed to a real effect. </P>
<P><h2>Simple Main Effects</h2></P>
<definition word="simple main effect">is a main effect of one factor at a given level of a second factor.</definition>
<P>A <index>simple main effect</index> is a main effect of one factor at a given level of a second factor. In the example data it would be possible to talk about the simple main effect of <SPSSVar>Ability</SPSSVar> at <SPSSVar>Method</SPSSVar> equal blue book. That effect would be the difference between the three cell means at level a<SUB>1</SUB> (26.67, 31.00, and 33.33). One could also talk about the simple main effect of <SPSSVar>Method</SPSSVar> at <SPSSVar>Ability</SPSSVar> equal lots (33.33 and 27.00). Simple main effects are not directly tested in this analysis. They are, however, necessary to understand an interaction. </P>
<P><h2>Interaction Effects</h2></P>
<definition word="interaction effect">is a change in the simple main effect of one variable over levels of the second.</definition>
		<TestItem type="MC">
			<question>An interaction effect can be defined as</question>
			<answer type="correct">a change in the simple main effect of one variable over levels of the second.</answer>
			<answer>as a main effect of one factor at a given level of a second factor.</answer>
			<answer>differences in means over levels of one factor collapsed over levels of the other factor.</answer>
			<answer>as the mean of all scores.</answer>
			<difficulty></difficulty>
			<discriminability></discriminability>
			<author>David Stockburger</author>
			<date>05/05/2001</date>
			<concept>Two Way ANOVA and Interactions</concept>
		</TestItem>
<P>An <index>interaction effect</index> is a change in the simple main effect of one variable over levels of the second. An A X B or A BY B interaction is a change in the simple main effect of <SPSSVar>B</SPSSVar> over levels of <SPSSVar>A</SPSSVar> or the change in the simple main effect of <SPSSVar>A</SPSSVar> over levels of <SPSSVar>B</SPSSVar>. In either case the cell means cannot be modeled simply by knowing the size of the main effects. An additional set of parameters must be used to explain the differences between the cell means. These <index>parameters</index> are collectively called an interaction. </P>
<P>The change in the simple main effect of one variable over levels of the other is most easily seen in the graph of the interaction. If the lines describing the <index>simple main effects</index> are not parallel, then a possibility of an interaction exists. As can be seen from the graph of the example data, the possibility of a significant interaction exists because the lines are not parallel. The presence of an interaction was confirmed by the significant interaction in the summary table. The following graph overlays the main effect of <SPSSVar>Ability</SPSSVar> on the graph of the interaction. </P>
<P>	<figure>
		<description>The Method X Ability interaction with main effect of Ability added is illustrated.  This figure appears identical to an earlier figure, except that an additional line, drawn in black has been added. This line connects the midpoints of the lines at each value of Ability.</description>
		<url>images/mlt0931.gif</url><width>480</width><height>384</height>
		<align></align>
		<caption>Method X Ability interaction with main effect of Ability illustrated.</caption>
		<alt>Method X Ability interaction with main effect of Ability illustrated.</alt>
	</figure></P>
<P>Two things can be observed from this presentation. The first is that the main effect of <SPSSVar>Ability</SPSSVar> is possibly significant, because the means are different heights. Second, the interaction is possibly significant because the simple main effects of <SPSSVar>Ability</SPSSVar> using blue book and computer are different from the main effect of <SPSSVar>Ability</SPSSVar>. </P>
<P>One method of understanding how main effects and interactions work is to observe a wide variety of data and data analysis. With three effects, <SPSSVar>A</SPSSVar>, <SPSSVar>B</SPSSVar>, and <SPSSVar>A x B</SPSSVar>, which may or may not be significant there are eight possible combinations of effects. All eight are presented on the following pages. </P>
		<TestItem type="MC">
			<question>If the lines in a plot of cell means in an A X B design are parallel.</question>
			<answer type="correct">an interaction effect is not possible.</answer>
			<answer>a main effect of the factor plotted on the X-axis is likely.</answer>
			<answer>a main effect of the factor plotted as different lines is likely.</answer>
			<answer>no main effects are possible.</answer>
			<difficulty></difficulty>
			<discriminability></discriminability>
			<author>David Stockburger</author>
			<date>05/05/2001</date>
			<concept>Two Way ANOVA and Interactions</concept>
		</TestItem>
</section>
<section>
<P><h2>Example Data Sets, Means, and Summary Tables</h2></P>
<P><h3>No Significant Effects</h3></P>
<P>	<figure>
		<description></description>
		<url>images/mlt09129.gif</url> <width>298</width><height>254</height>
		<align></align>
		<caption>Table of Means - No significant effects.</caption>
		<alt>Table of Means - No significant effects.</alt>
	</figure></P>
<P>	<figure>
		<description></description>
		<url>images/mlt09130.gif</url> <width>442</width><height>222</height>
		<align></align>
		<caption>ANOVA table - No significant effects.</caption>
		<alt>ANOVA table - No significant effects.</alt>
	</figure></P>
<P>	<figure>
		<description>The A by B interaction for no significant effects is illustrated. The two line for A are very similar.</description>
		<url>images/mlt09131.gif</url> <width>480</width><height>384</height>
		<align></align>
		<caption>A X B Interaction - No significant effects.</caption>
		<alt>A X B Interaction - No significant effects.</alt>
	</figure></P>
<P><h3>Main Effect of A</h3></P>
<P>	<figure>
		<description></description>
		<url>images/mlt09132.gif</url> <width>298</width><height>251</height>
		<align></align>
		<caption>Table of Means - Main effect of A significant.</caption>
		<alt>Table of Means - Main effect of A significant.</alt>
	</figure></P>
<P>	<figure>
		<description></description>
		<url>images/mlt09133.gif</url> <width>442</width><height>222</height>
		<align></align>
		<caption>ANOVA table - Main effect of A significant.</caption>
		<alt>ANOVA table - Main effect of A significant.</alt>
	</figure></P>
<P>	<figure>
		<description>The A by B interaction for main effect of A is illustrated.</description>
		<url>images/mlt09134.gif</url> <width>480</width><height>384</height>
		<align></align>
		<caption>A X B Interaction - Main effect of A significant.</caption>
		<alt>A X B Interaction - Main effect of A significant.</alt>
	</figure></P>
<P><h3>Main Effect of B</h3></P>
<P>	<figure>
		<description></description>
		<url>images/mlt09135.gif</url> <width>298</width><height>251</height>
		<align></align>
		<caption>Table of Means - Main effect of B significant.</caption>
		<alt>Table of Means - Main effect of B significant.</alt>
	</figure></P>
<P>	<figure>
		<description></description>
		<url>images/mlt09136.gif</url> <width>442</width><height>222</height>
		<align></align>
		<caption>ANOVA table - Main effect of B significant.</caption>
		<alt>ANOVA table - Main effect of B significant.</alt>
	</figure></P>
<P>	<figure>
		<description>The A by B interaction for main effect of B is illustrated.</description>
		<url>images/mlt09137.gif</url> <width>480</width><height>384</height>
		<align></align>
		<caption>A X B Interaction - Main effect of B significant.</caption>
		<alt>A X B Interaction - Main effect of B significant.</alt>
	</figure></P>
<P><h3>A x B Interaction</h3></P>
<P>	<figure>
		<description></description>
		<url>images/mlt09138.gif</url> <width>298</width><height>251</height>
		<align></align>
		<caption>Table of Means - A x B Interaction significant.</caption>
		<alt>Table of Means - A x B Interaction significant.</alt>
	</figure></P>
<P>	<figure>
		<description></description>
		<url>images/mlt09139.gif</url> <width>442</width><height>222</height>
		<align></align>
		<caption>ANOVA table - A x B Interaction significant.</caption>
		<alt>ANOVA table - A x B Interaction significant.</alt>
	</figure></P>
<P>	<figure>
		<description>The A by B interaction for A x B significant interaction is illustrated.</description>
		<url>images/mlt09140.gif</url> <width>480</width><height>384</height>
		<align></align>
		<caption>A X B Interaction - A x B Interaction significant.</caption>
		<alt>A X B Interaction - A x B Interaction significant.</alt>
	</figure></P>
<P><h3>Main Effects of A and B</h3></P>
<P>	<figure>
		<description></description>
		<url>images/mlt09141.gif</url> <width>298</width><height>251</height>
		<align></align>
		<caption>Table of Means - Main effects of A and B significant.</caption>
		<alt>Table of Means - Main effects of A and B significant.</alt>
	</figure></P>
<P>	<figure>
		<description></description>
		<url>images/mlt09142.gif</url> <width>442</width><height>222</height>
		<align></align>
		<caption>ANOVA table - Main effects of A and B significant.</caption>
		<alt>ANOVA table - Main effects of A and B significant.</alt>
	</figure></P>
<P>	<figure>
		<description>The A by B interaction for main effects of A and B is illustrated.</description>
		<url>images/mlt09143.gif</url> <width>480</width><height>384</height>
		<align></align>
		<caption>A X B Interaction - Main effects of A and B significant.</caption>
		<alt>A X B Interaction - Main effects of A and B significant.</alt>
	</figure></P>
<P><h3>Main effect of A, A x B Interaction </h3></P>
<P>	<figure>
		<description></description>
		<url>images/mlt09144.gif</url> <width>298</width><height>251</height>
		<align></align>
		<caption>Table of Means - Main effects of A and A x B interaction significant.</caption>
		<alt>Table of Means - Main effects of A and A x B interaction significant.</alt>
	</figure></P>
<P>	<figure>
		<description></description>
		<url>images/mlt09145.gif</url> <width>442</width><height>222</height>
		<align></align>
		<caption>ANOVA table - Main effects of A and A x B interaction significant.</caption>
		<alt>ANOVA table - Main effects of A and A x B interaction significant.</alt>
	</figure></P>
<P>	<figure>
		<description>The A by B interaction for main effect of A and interaction effect is illustrated.</description>
		<url>images/mlt09146.gif</url> <width>480</width><height>384</height>
		<align></align>
		<caption>A X B Interaction - Main effects of A and A x B interaction significant.</caption>
		<alt>A X B Interaction - Main effects of A and A x B interaction significant.</alt>
	</figure></P>
<P><h3>Main Effect of B, A x B Interaction</h3></P>
<P>	<figure>
		<description></description>
		<url>images/mlt09147.gif</url> <width>298</width><height>251</height>
		<align></align>
		<caption>Table of Means - Main effects of B and A x B interaction significant.</caption>
		<alt>Table of Means - Main effects of B and A x B interaction significant.</alt>
	</figure></P>
<P>	<figure>
		<description></description>
		<url>images/mlt09148.gif</url> <width>442</width><height>222</height>
		<align></align>
		<caption>ANOVA table - Main effects of B and A x B interaction significant.</caption>
		<alt>ANOVA table - Main effects of B and A x B interaction significant.</alt>
	</figure></P>
<P>	<figure>
		<description>The A by B interaction for main effect of A and interaction effect is illustrated.</description>
		<url>images/mlt09149.gif</url> <width>480</width><height>384</height>
		<align></align>
		<caption>A X B Interaction - Main effects of B and A x B interaction significant.</caption>
		<alt>A X B Interaction - Main effects of B and A x B interaction significant.</alt>
	</figure></P>
<P><h3>Main Effects of A and B, A x B Interaction</h3></P>
<P>	<figure>
		<description></description>
		<url>images/mlt09150.gif</url> <width>298</width><height>251</height>
		<align></align>
		<caption>Table of Means - Both main effects of A and B and A x B interaction significant.</caption>
		<alt>Table of Means - Both main effects of A and B and A x B interaction significant.</alt>
	</figure></P>
<P>	<figure>
		<description></description>
		<url>images/mlt09151.gif</url> <width>442</width><height>222</height>
		<align></align>
		<caption>ANOVA table - Both main effects of A and B and A x B interaction significant.</caption>
		<alt>ANOVA table - Both main effects of A and B and A x B interaction significant.</alt>
	</figure></P>
<P>	<figure>
		<description>The A by B interaction for main effect of A and interaction effect is illustrated.</description>
		<url>images/mlt09152.gif</url> <width>480</width><height>384</height>
		<align></align>
		<caption>A X B Interaction - Both main effects of A and B and A x B interaction significant.</caption>
		<alt>A X B Interaction - Both main effects of A and B and A x B interaction significant.</alt>
	</figure></P>
<P><h3>No Significant Effects</h3></P>
<P>The following analysis is interesting in that the means and the graph is identical to the case where all effects are <index>statistically significant</index>. In this case, however, the within cell variance is high relative to the differences between the means, resulting in no significant effects.</P>
		<TestItem type="MC">
			<question>If the cell means of two different sets of data are identical, the effects discovered using an ANOVA</question>
			<answer type="correct">will depend upon the within cell variance.</answer>
			<answer>will be identical.</answer>
			<answer>will result in different effects depending upon the reliability of the scores.</answer>
			<answer>will vary based on chance, defined as the random assignment of subjects to groups.</answer>
			<difficulty></difficulty>
			<discriminability></discriminability>
			<author>David Stockburger</author>
			<date>05/05/2001</date>
			<concept>Two Way ANOVA and Interactions</concept>
		</TestItem>
<P>	<figure>
		<description></description>
		<url>images/mlt09153.gif</url> <width>298</width><height>254</height>
		<align></align>
		<caption>Table of Means - No significant effects.</caption>
		<alt>Table of Means - No significant effects.</alt>
	</figure></P>
<P>	<figure>
		<description></description>
		<url>images/mlt09154.gif</url> <width>442</width><height>222</height>
		<align></align>
		<caption>ANOVA table - No significant effects.</caption>
		<alt>ANOVA table - No significant effects.</alt>
	</figure></P>
<P>	<figure>
		<description>The A by B interaction for no significant effects is illustrated. The two line for A are very similar.</description>
		<url>images/mlt09152.gif</url> <width>480</width><height>384</height>
		<align></align>
		<caption>A X B Interaction - No significant effects.</caption>
		<alt>A X B Interaction - No significant effects.</alt>
	</figure></P>
<P>Note that the means and graphs of the last two example data sets were identical. The <index>ANOVA table</index>, however, provided a quite different analysis of each data set. The data in this final set was constructed such that there was a large standard deviation within each cell. In this case the marginal and cell means were not different enough to warrant rejecting the hypothesis of no effects, thus no significant effects were observed.</P>
<P><h2>Summary</h2></P>
<P>This chapter discussed and then illustrated the variety of patterns of effects that can result when a two factor ANOVA is done.  Main and interaction effects were discussed with emphasis on the relationships between the table of means, the ANOVA source table, and the graph of the interaction effect. Illustrations of all possible combinations of effects were presented.</P>
</section>
</chapter>

