Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: factor analysis - calculating Crohnbach's alpha


From   Kerry MacQuarrie <[email protected]>
To   "Statalist ([email protected])" <[email protected]>
Subject   st: factor analysis - calculating Crohnbach's alpha
Date   Tue, 9 Oct 2012 20:12:23 +0000

The last time I conducted exploratory factor analysis, I was using SPSS because that is the software my overseas partners had.  Now I'm trying to figure out how to do a similar analysis in Stata.

I will be using principal components factor extraction methods and promax rotation.  I've quickly figured out the syntax for these two steps.  However, I next want to assess each factor for internal reliability (interitem correlation) using Crohnbach's alpha.  This is where I am uncertain.  It appears that I can do the following (see line 3 of code)

Factor varlist, pcf 
Rotate, oblique promax(#)
Alpha varlist, generate newvar

Where varlist is a manually inserted list of each item that loaded onto the factor and newvar is the factor label; and where this line is repeated for each of the factors that I want to retain.

Is there an easier way to do this?  A way to make the last step automatic for each factor extracted? It seems to me that SPSS automatically generated a table with each factor and its items' factor loadings and the Crohnbach's alpha for each factor.  I'd hate to think that SPSS is actually superior to Stata (gasp!) in this regard. Surely, I'm mistaken here.

Thanks for any pointers!

Kerry MacQuarrie



*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index