5.3.6 Three-Way ANOVA


Video Image.png Video Text Image.png Website blog icon circle.png Blog Image 33x33px.png

Summary

Three-way ANOVA tests for main effects, and interaction effects between all combinations of three factors, on a dependent variable.

Minimum Origin Version Required: OriginPro 2016 SR0

What you will learn

  1. How to carry out three-way ANOVA for practical data with Origin
  2. How to interpret the generated results

User Story

We have some public data from the World Bank. It includes three factors: Region(Asia/Europe/Africa, etc.), Developing Index (Developing/Developed Country) and Year (2000/2005/2010). We want to understand how these three factors affect the number of internet users and whether there are any significant differences between the groups.

Performing Three-Way ANOVA

  1. Choose menu Help: Learning Center to open Learning Center dialog. Select Analysis Sample in the left side and then choose Statistics - ANOVA from the Samples in drop-down list in the right side.
  2. Double-click on third item in the list box to open the folder Three-Way ANOVA(Pro).
  3. Click on worksheet Sheet1 containing the source data.
  4. Click Statistics: ANOVA: Three-Way ANOVA
  5. In the Input tab of the opened dialog, set Input Data as Indexed. Then expand the Input Data branch, select column C,D, B and E for Factor A,Factor B, Factor C and Data, respectively
    Three way anova 1.png
  6. In the Model tab, make sure all boxes are selected. This determines that a full factorial model will be used for the three-way ANOVA.
    Three way anova 4.png
  7. Click OK to apply all setting and close the dialog.
  8. Go to sheet ANOVA3Way1. The Overall ANOVA table includes ANOVA test results for the main effects and the interactions. If the P Value is less than 0.05, this means the levels in the corresponding factor are significantly different. Note the conclusions in the footnotes beneath the table.
    Three way anova 3.png
    From the Overall ANOVA table above we can see the two-way interaction of factors Developing Index*Year is not significant (p-value = 0.23954). The three-way interaction of factors Region*Developing Index*Year, is not significant. (p-value = 0.88834).

Examining Significant Interactions

In the following, we are going to further examine factors showing a significant interaction.

  1. Click the green lock in the sheet ANOVA3Way1 and choose Change Parameters from the context menu
    Three way anova 5.png
  2. In the Model tab, clear the Effect A*B and Effect A*B*C check boxes, where interactions between factors could not detected.
    Three way anova 6.png
  3. In the Means Comparison tab, select the Bonferroni check box. Bonferroni is the most commonly used post-hoc test. It controls the overall Type I error.
  4. In the Mean Plot tab, select all available check boxes. (Effect A*B and Effect A*B*C are disabled because they are not included in the model.)
    Three way anova 7.png
  5. Click OK to apply all setting and close the dialog.

Interpreting Results

The results in the sheet ANOVA3Way1 are updated using the new calculation parameters.

Overall ANOVA

Three way anova 8.png

From the table we can see all remaining effects are significantly different. We can use the Means Comparisons results and Means Plots to further detect differences between each group.

Means Comparison and Means Plot of the Three Main Effects

Expanding the branch ANOVA: Means Comparison: Bonferroni Test, you can see the means comparison table for each effect. It is useful, along with the Means Plot at the bottom of the result sheet, for pairwise comparisons between members of a group.

Comparison between Developing and Developed Country

Three way anova 9.png

From the result above we can see the number of internet users of developing countries is much fewer than the developed countries.

Comparison between Years

Three way anova 10.png

From the result above we can see the number of internet users greatly increased between 2000 and 2010.

Comparison between Regions

Three way anova 11.png

The results above tell us:

  • Internet users in Africa are significantly fewer than other continents.
  • Internet users in the Middle East are significantly fewer than Europe and the Americas.
  • There is no significant difference between other pairs of continents.

Comparing Same Level Between Different Groups

We can compare the sample level between different groups with Mean Comparison results of the interactions. In the following we will show how to use a data filter to quickly view the results we are interested in.

  1. In the sheet ANOVA3Way1, expand the branch ANOVA: Means Comparison: Bonferroni Test.
  2. Click the triangle button next to Interactions and choose Create Copy as New Sheet from the context menu.
    Three way anova 12.png
  3. Go to the generated sheet Interactions. Now we are going to compare developing and developed countries in different regions by applying a data filter in the results.
    1. Highlight column C, click the Add/Remove Data Filter button Button Add Or Remove Data Filter.png to add a data filter to the column.
    2. Click the Filter icon Filter icon.png on the column header, choose Custom Filter.
    3. Select the Advanced check box in the bottom-right corner of the open dialog. Add following script in the Condition box.
      col(c)$==col(f)$


      Three way anova 13.png

  4. From the results below we can see:
    • The internet users in the developed and developing countries are not significantly different in Africa and Middle East.
    • The internet users in the developed countries are significant higher than the developing countries on the following four continents.
      1. Asia 2. Europe 3. The Americas 4. Oceania


      Three way anova 14.png
      Three way anova 15.png