I want to test if the $\alpha$ for a scale is dependent upon a personality test, which is a continuous variable. I understand that there are many methods to test if two $\alpha$'s are significantly different for two different groups when they are given the same test. But what if the grouping variable is not dichotomous, but continuous? Should I just do a median or tertial split to artificially create separate groups and test if they have different $\alpha$'s? I've heard bad things about median split (like reducing power and whatnot), so I'm hesitant to use this method. Any suggestion?
Asked
Active
Viewed 689 times
1 Answers
1
There are certainly bad things about splitting the data; you may even have heard them from me, if you lurk here :-)
But in you case, you can't even compute alpha unless you split the group. That is, you can compute alpha for your whole sample, or any part of it, but you can't compute it for each person. So, splitting is necessary.

Peter Flom
- 94,055
- 35
- 143
- 276
-
Thank you! Now I feel much more confident about splitting the data set. – Drecate Apr 11 '14 at 01:56