In conducting Cronbach Alpha with STATA 14 the "scale reliability coefficient" differs from the "test score alpha" -- how is this possible? This is the result I get:
my syntax is: .alpha famsuffers preschsuf wrkwarm
my result is:
Average interitem covariance: .7442413
Number of items in the scale: 3
Scale reliability coefficient: 0.7604
Then I wrote:
alpha wanthome preschsuf wrkwarm, generate(suffering) item label
and at the bottom of the table I got
Test scale .5310093 0.6440 mean(unstandardized items)
So that means the test scale was .644 while the scale reliability coefficient was .7604. I thought they should be the same.
my syntax is: .alpha famsuffers preschsuf wrkwarm
my result is:
Average interitem covariance: .7442413
Number of items in the scale: 3
Scale reliability coefficient: 0.7604
Then I wrote:
alpha wanthome preschsuf wrkwarm, generate(suffering) item label
and at the bottom of the table I got
Test scale .5310093 0.6440 mean(unstandardized items)
So that means the test scale was .644 while the scale reliability coefficient was .7604. I thought they should be the same.
Comment