Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

Is drawing a scatter plot, with fitted regression lines for subgroups, the way to graph a possible interaction in SPSS?

I may be missing something but I could not find a specific way to do it. I have only just migrated to SPSS from Excel!

My IV and DV are interval scale measures and the factor is a categorical variable.

This is not a homework question!

Thanks.

share|improve this question

1 Answer

Sure, that's probably the way I would do it. You can use the following code:

graph/scatter [x] with [y] by [categorical].

Then use the menu or the toolbar button to draw regression lines by subgroup; it'll default to linear fitlines, and RSQ for each group will show up automatically. Just watch out for one thing: if you have SPSS 17 or earlier, at least, the 1st group shown in the legend will match up with the 2nd RSQ listed, and vice versa. You can change the placement of the RSQ boxes by dragging them.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.