1

I have a response, "Satisfaction" that goes on a scale from 0-10 (where 0=dissatisfied and 10= very satisfied), and I have a predictor variable that also uses the same scale. I recoded the response so that 0-5 is "not satisfied" and 6-10 is "satisfied". I did the same for the predictor variable. I used SPSS to get the frequencies for each (there are 4 different combinations). My question is, can I use a two proportion z-test to test whether there is a significant difference in the predictor at the two different levels of my response?

Thank you

Stat01
  • 39
  • 3

1 Answers1

2

Yes. Indeed, a two-proportion z-test in this case is the same as a chi-square test on a 2x2 a contingency table where the cells are the number of events satisfying the pair of conditions. Alan Agresti, An Introduction to Categorical Data Analysis provides further information.

Sycorax
  • 90,934