学习笔记228—Two-way ANOVA using SPSS

2021/8/21 6:08:17

本文主要是介绍学习笔记228—Two-way ANOVA using SPSS,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

前一段投文章到《Peptides》后,文章修改意见中其中一个reviewer的建议是:“Since treatment and time course was investigated, two way ANOVA followed by post hoc test should be applied”.以前习惯于在SPSS中用one-way ANOVA ,那么two-way在哪呢?如何安排数据?如何统计?如何看结果?在网上搜索了很多资料,发现有一篇文章实用、详细而全面介绍了如何在SPSS使用two-way ANOVA(我的SPSS 版本是16,如下文运新two-way ANOVA 没有问题,但是在Syntax(用于比较同一treatment下不同时间之间差异或则同一时间点各treatment之间的差异)时界面不同)。转载如下:http://statistics.laerd.com/spss-tutorials/two-way-anova-using-spss-statistics.php

Introduction

The two-way ANOVA compares the mean differences between groups that have been split on two independent variables (called factors). You need two independent, categorical variables and one continuous, dependent variable (see our guide on Types of Variable).

Assumptions

  • Dependent variable is either interval or ratio (continuous) (see our guide on Types of Variable)
  • The dependent variable is approximately normally distributed for each combination of levels of the two independent variables (see our Testing for Normality guide, which deals specifically with the two-way ANOVA).
  • Homogeneity of variances of the groups formed by the different combinations of levels of the two independent variables.
  • Independence of cases (this is a study design issue and is not addressed by SPSS).

Example

A researcher was interested in whether an individual's interest in politics was influenced by their level of education and their gender. They recruited a random sample of participants to their study and asked them about their interest in politics, which they scored from 0 - 100 with higher scores meaning a greater interest. The researcher then divided the participants by gender (Male/Female) and then again by level of education (School/College/University).

Setup in SPSS

In SPSS we separated the individuals into their appropriate groups by using two columns representing the two independent variables and labelled them "Gender" and "Edu_Level". For "Gender", we coded males as "1" and females as "2", and for "Edu_Level", we coded school as "1", college as "2" and university as "3". The participants interest in politics was entered under the variable name, "Int_Politics". To know how to correctly enter your data into SPSS in order to run a two-way ANOVA, please read our Entering Data in SPSS tutorial, where there is a specific example. The data setup can be seen in the diagram below (click image to see full data set). We have given our data text labels (see our Working with Variables guide).

Data setup for a two-way ANOVA in SPSS

Published with written permission from SPSS Inc, an IBM Company.

Testing of Assumptions

To determine whether your dependent variable is normally distributed for each combination of the levels of the two independent variables see our Testing for Normality guide that runs through how to test for normality using SPSS using a specific two-way ANOVA example. In SPSS, homogeneity of variances is tested using Levene's Test for Equality of Variances. This is included in the main procedure for running the two-way ANOVA, so we get to evaluate whether there is homogeneity of variances at the same time as we get the results from the two-way ANOVA.

Test Procedure in SPSS

  1. Click Analyze > General Linear Model > Univariate... on the top menu as shown below: Two-way ANOVA Menu

    Published with written permission from SPSS Inc, an IBM Company.

  2. You will be presented with the "Univariate" dialogue box: Two-way ANOVA Dialogue Box

    Published with written permission from SPSS Inc, an IBM Company.

  3. You need to transfer the dependent variable "Int_Politics" into the "Dependent Variable:" box and transfer both independent variables, "Gender" and "Edu_Level", into the "Fixed Factor(s):" box. You can do this by drag-and-dropping the variables into the respective boxes or by using the SPSS Continue Button button. If you are using older versions of SPSS you will need to use the former method. The result is shown below:

    [For this analysis you will not need to worry about the "Random Factor(s):", "Covariate(s):" or "WLS Weight:" boxes.]

    Two-way ANOVA Dialogue Box

    Published with written permission from SPSS Inc, an IBM Company.

  4. Click on the SPSS Plots Button button. You will be presented with the "Univariate: Profile Plots" dialogue box: Two-way ANOVA Plots Dialogue Box

    Published with written permission from SPSS Inc, an IBM Company.

  5. Transfer the independent variable "Edu_Level" from the "Factors:" box into the "Horizontal Axis:" box and transfer the "Gender" variable into the "Separate Lines:" box. You will be presented with the following screen:

    [Tip: Put the independent variable with the greater number of levels in the "Horizontal Axis:" box.]

    Two-way ANOVA Plots Dialogue Box

    Published with written permission from SPSS Inc, an IBM Company.

  6. Click the SPSS Add Button button. Two-way ANOVA Plots Dialogue Box

    Published with written permission from SPSS Inc, an IBM Company.

    You will see that "Edu_Level*Gender" has been added to the "Plots:" box.

  7. Click the SPSS Continue Button button. This will return you to the "Univariate" dialogue box.
  8. Click the SPSS Post-Hoc Button button. You will be presented with the "Univariate: Post Hoc Multiple Comparisons for Observed..." dialogue box as shown below: Two-way ANOVA Post-hoc Dialogue Box

    Published with written permission from SPSS Inc, an IBM Company.

    Transfer "Edu_Level" from the "Factor(s):" box to the "Post Hoc Tests for:" box. This will make the "Equal Variances Assumed" section become active (loose the "grey sheen") and present you with some choices for which post-hoc test to use. For this example, we are going to select "Tukey", which is a good, all-round post-hoc test.

    [You only need to transfer independent variables that have more than two levels into the "Post Hoc Tests for:" box. This is why we do not transfer "Gender".]

    You will finish up with the following screen:

    Two-way ANOVA Post-hoc Dialogue Box

    Published with written permission from SPSS Inc, an IBM Company.

    Click the SPSS Continue Button button to return to the "Univariate" dialogue box.
  9. Click the SPSS Options Button button. This will present you with the "Univariate: Options" dialogue box as shown below: Two-way ANOVA Options Dialogue Box

    Published with written permission from SPSS Inc, an IBM Company.

  10. Transfer "Gender", "Edu_Level" and "Gender*Edu_Level" from the "Factor(s) and "Factor Interactions:" box into the "Display Means for:" box. In the "Display" section, tick the "Descriptive Statistics" and "Homogeneity tests" options. You will presented with the following screen: Two-way ANOVA Options Dialogue Box

    Published with written permission from SPSS Inc, an IBM Company.

    Click the SPSS Continue Button button to return to the "Univariate" dialogue box.

  11. Click the SPSS OK Button button to generate the output.

SPSS Output of Two-way ANOVA

SPSS produces many tables in its output from a two-way ANOVA and we are going to start with the "Descriptives" table as shown below:

Output of two-way ANOVA in SPSS

Published with written permission from SPSS Inc, an IBM Company.

This table is very useful as it provides the mean and standard deviation for the groups that have been split by both independent variables. In addition, the table also provides "Total" rows, which allows means and standard deviations for groups only split by one independent variable or none at all to be known.

Levene's Test of Equality of Error Variances

The next table to look at is Levene's Test of Equality of Error Variances as shown below:

Levene's Equality of Variances in two-way ANOVA in SPSS

Published with written permission from SPSS Inc, an IBM Company.

From this table we can see that we have homogeneity of variances of the dependent variable across groups. We know this as the Sig. value is greater than 0.05, which is the level we set for alpha. If the Sig. value had been less than 0.05 then we would have concluded that the variance across groups was significantly different (unequal).

Tests of Between-Subjects Effects Table

This table shows the actual results of the two-way ANOVA as shown below:

Tests of Between-Subjects Effects Table in two-way ANOVA in SPSS

Published with written permission from SPSS Inc, an IBM Company.

We are interested in the Gender, Edu_Level and Gender*Edu_Level rows of the table as highlighted above. These rows inform us of whether we have significant mean differences between our groups for our two independent variables, Gender and Edu_Level, and for their interaction, Gender*Edu_Level. We must first look at the Gender*Edu_Level interaction as this is the most important result we are after. We can see from the Sig. column that we have a statistically significant interaction at the P = .014 level. You may wish to report the results of Gender and Edu_Level as well. We can see from the above table that there was no significant difference in interest in politics between Gender (P = .207) but there were significant differences between educational levels (P < .0005).

Multiple Comparisons Table

This table shows the Tukey post-hoc test results for the different levels of education as shown below:

Tests of Between-Subjects Effects Table in two-way ANOVA in SPSS

Published with written permission from SPSS Inc, an IBM Company.

We can see form the above table that there is some repetition of the results but, regardless of which row we choose to read from, we are interested in the differences between (1) School and College, (2) School and University, and (3) College and University. From the results we can see that there is a significant difference between all three different combinations of educational level (P < .0005).

Plot of the Results

The following plot is not of sufficient quality to present in your reports but provides a good graphical illustration of your results. In addition, we can get an idea of whether there is an interaction effect by inspecting whether the lines are parallel or not.

Plot of the Results in two-way ANOVA in SPSS

Published with written permission from SPSS Inc, an IBM Company.

From this plot we can see how our results from the previous table might make sense. Remember that if the lines are not parallel then there is the possibility of an interaction taking place.

Procedure for Simple Main Effects in SPSS

You can follow up the results of a significant interaction effect by running tests for simple main effects - that is, the mean difference in interest in politics between genders at each education level. SPSS does not allow you to do this using the graphical interface you will be familiar with, but requires you to use syntax. We explain how to do this below:

  1. Click File > New > Syntax from the main menu as shown below: Syntax Editor for Two-way ANOVA

    Published with written permission from SPSS Inc, an IBM Company.

  2. You will be presented with the Syntax Editor as shown below: (在SPSS 16中界面不是这样的) Syntax Editor for Two-way ANOVA

    Published with written permission from SPSS Inc, an IBM Company.

  3. Type text into the syntax editor so that you end up with the following (the colours are automatically added):

    [Depending on the version of SPSS you are using you might have suggestion boxes appear when you type in SPSS-recognised commands, such as, UNIANOVA. If you are familiar with using this type of auto-prediction then please feel free to do so, but otherwise simply ignore the pop-up suggestions and keep typing normally.](在SPSS 16中,你只管如下图右框显示输入命令,然后点击上面菜单中的Run-all,结果就输出了[转载]Two-way <wbr>ANOVA <wbr>using <wbr>SPSS(转载)

    Syntax Editor for Two-way ANOVA

    Published with written permission from SPSS Inc, an IBM Company.

    Basically, all text you see above that is in CAPITALS, is required by SPSS and does not change when you enter your own data. Non-capitalised text represents your variables and will change when you use your own data. Breaking it all down, we have:

    UNIANOVA Tells SPSS to use the Univariate Anova command
    Int_Politics BY Gender Edu_Level Your dependent variable BY your two independent variables (with a space between them)
    /EMMEANS Tells SPSS to calculate estimated marginal means
    TABLES(Gender*Edu_Level) Generate statistics for the interaction term. Put your two independent variables here, separated by a * to denote an interaction
    COMPARE(Gender) Tells SPSS to compare the interaction term between genders
  4. Making sure that the cursor is at the end of row 2 in the syntax editor click the SPSS Play Button button, which will run the syntax you have typed. Your results should appear in the Output Viewer below the results you have already generated.

SPSS Output of Simple Main Effects

The table you are interested in is the Univariate Tests table:

Simple Main Effects for Two-way ANOVA

Published with written permission from SPSS Inc, an IBM Company.

This table shows us whether there are statistical differences in mean political interest between gender for each educational level. We can see that there are no statistically significant mean differences between male and females' interest in politics when individuals are educated to school (P = .465) or college level (P = .793). However, when individuals are educated to University level, there are significant differences between males and females' interest in politics (P = .002).

 

Reporting the results of a two-way ANOVA

You should emphasize the results from the interaction first, before you mention the main effects. In addition, you should report whether your dependent variable was normally distributed for each group and how you measured it (we will provide an example below).

A two-way ANOVA was conducted that examined the effect of gender and education level on interest in politics. Our dependent variable, interest in politics, was normally distributed for the groups formed by the combination of the levels of education level and gender as assessed by the Shapiro-Wilk test. There was homogeneity of variance between groups as assessed by Levene's test for equality of error variances. There was a significant interaction between the effects of gender and education level on interest in politics, F (2, 54) = 4.643, P = .014. Simple main effects analysis showed that there males were significantly more interested in politics than females when educated to University level (P = .002) but there were no differences between gender when educated to school (P = .543) or college level (P = .793).

参考链接:http://blog.sina.com.cn/s/blog_e6a3f89b0102z47l.html

https://statistics.laerd.com/spss-tutorials/two-way-anova-using-spss-statistics.php

http://blog.sina.com.cn/s/blog_57d462b60100ub44.html

 

 



这篇关于学习笔记228—Two-way ANOVA using SPSS的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程