Solved – How to specify ANCOVA interactions in SPSS

ancovaspss

I'm trying to run ANCOVA in SPSS, with a continuous IV as well as a continuous covariate.

Variable Information:

  • 1 DV: Continuous
  • 2 IVs: 1 Continuous and 1 Categorical
  • 1 Covariate: Continuous

I am most interested on the interaction of the 2 IVs on the DV.

My question: Do I need to enter the continuous variable into the "covariate" box in SPSS. In that case, do I then change from the "full factorial" model to a "custom" model where I select main effects of each IV and covariate, as well as the interaction of the 2 IVs? or something else?

Best Answer

General Points

There is no statistical difference between your two continuous predictors. It is all just a linear model. Your categorical predictor (unless it is binary) needs to be coded in an appropriate way (e.g., dummy coding) but after that they are all just predictors.

That said, I'm assuming that there is a conceptual difference between your variables. In particular, there is a difference in interpretation that results from independent variables that you have experimentally manipulated versus those that you have merely observed.

SPSS

With regards to SPSS, if you are going to use analyze - GLM - univariate to perform your ANCOVA then you would probably put any numeric predictor into covariates. One exception might be an experimental ordinal factor (e.g., five ordered levels) which you might put into fixed factor and perhaps add a polynomial contrast.

By default this SPSS procedure does not report interactions involving covariates. If you want these you would need to specify them in the custom model. There's an example here.

Related Question