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]

Re: st: sem multiple correlations and factor weights


From   William Buchanan <[email protected]>
To   [email protected]
Subject   Re: st: sem multiple correlations and factor weights
Date   Tue, 24 Sep 2013 08:49:45 -0500

Maybe you could be a bit more specific regarding what you are looking for.  SPSS, for example, does not fit SEM (although the AMOS program which extends SPSS does).  So SPSS and SAS have very different capacities in that respect.  If you are referring to PCA/PFA then that is altogether different.  If you want the variance covariance matrix after fitting an SEM in Stata then you can retrieve that from the stored matrices after the estimation.  Additionally, if you use -estat framework- after fitting the model you can retrieve the different matrices used in the estimation of the model:

webuse sem_mimic1, clear
sem (SubjSES -> s_income s_occpres s_socstat)(SubjSES <- income occpres)
estat framework // This will give you the covariances
estat framework, standardized  // This will give you the correlations (i.e., standardized covariances)

HTH,
Billy

On Sep 24, 2013, at 8:36 AM, Dave Garson <[email protected]> wrote:

> For SEM, both SAS and SPSS print out a table of multiple correlations and a table of factor weights of indicator variable loadings on latent variables. I could not find these in Stata's sem, nor in the reference guide (though the guide calls indicator paths "loadings" but that is a different meaning from SAS or SPSS).  Tips on getting this output in sem would be appreciated.
> Dave
> 
> =
> *
> *   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/


*
*   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