Dear Stata Forum,
I’m using Stata 13 and working with a large pooled time-series cross-section dataset. My cases are individuals who were surveyed in different country-years. What I need help with is: I want to generate a new variable that is the country-year-specific Cronbach’s alpha coefficient for a scale I’m playing around with. I’ve succeeded in computing the country-year-specific alpha coefficient. See below:
by country year: alpha rauth indep imag obedneg proud frd say abjust hojust divjust wpoly uni jobs3, std asis
But, I don’t know how to turn the resulting alpha coefficients into a new variable. I think that requires knowledge of Stata programming, with which I’m barely familiar.
I’d absolutely appreciate any thoughts!
Best,
Louisa
I’m using Stata 13 and working with a large pooled time-series cross-section dataset. My cases are individuals who were surveyed in different country-years. What I need help with is: I want to generate a new variable that is the country-year-specific Cronbach’s alpha coefficient for a scale I’m playing around with. I’ve succeeded in computing the country-year-specific alpha coefficient. See below:
by country year: alpha rauth indep imag obedneg proud frd say abjust hojust divjust wpoly uni jobs3, std asis
But, I don’t know how to turn the resulting alpha coefficients into a new variable. I think that requires knowledge of Stata programming, with which I’m barely familiar.
I’d absolutely appreciate any thoughts!
Best,
Louisa
Comment