Solved – Multiple regression with 2 IVs and a moderator in SPSS

multiple regression

I am running a multiple regression with 2 continuous independent variables and one continuous dependent variable and a categorical moderator. I am doing this in SPSS. I am not sure how to proceed. Please help!! My question is how do (1st continuous variable) and (2nd continuous variable) differentially predict (Continuous Dv) for (categorical variable split into it's 2 categories.

Best Answer

Likely what you want to do is to test whether the 'interaction term' is significant. This will test whether the slopes are significantly different from each other in the two groups.

In SPSS go to Analyze-->General Linear Model-->Univariate.

Put your DV in the DV slot. Put your continuous variables in the 'Covariates' box and put your categorical variable in the 'fixed factor' box. Click on the 'Model' tab and choose 'Custom'. Then move all of your IV over from the left to the right box. Then choose the 'interaction' option and move the continuous IV, together with the categorical IV over to the right hand box.

When you run your model the output will include the interaction term.

Here is a nice walkthrough that looks at various ways of checking if the relation between two continuous variables is the same or different for two different groups (it's all brought together on the last page so you might want to skim through that first):

http://psych.unl.edu/psycrs/statpage/rhtest_eg2a.pdf

Related Question