--
You received this message because you are subscribed to the Google Groups "lavaan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lavaan+un...@googlegroups.com.
To post to this group, send email to lav...@googlegroups.com.
Visit this group at http://groups.google.com/group/lavaan.
For more options, visit https://groups.google.com/d/optout.
TRM—
In a simple case of a single group and a well-fitting model, the differences are a matter of the unstandardized parameter estimates. Remember that the formula for a simple regression coefficient is:
b = covariance (X,Y) / variance (X)
So anything that affects the variance of X or the covariance of X and Y (two factors, say) will affect the value of b. You can also write this as:
b = correlation(X,Y) x stdev(Y) / stdev(X)
if that clarifies the impact of the scale of Y and X on b.
So if we directly set the variance of factor X or factor Y to a different value, we also set stdev(X) or stdev(Y) and thus affect b.
For the other approach, assume we have an exclusive reflective indicator of factor X, called x1, and the equation is:
x1 = 0 + loading x X + e
So I am setting the intercept for x1 to 0. Otherwise, the arithmetic is more involved. If factor X and e are orthogonal (the usual regression assumption), then we also have:
Variance(x1) = loading ^2 x variance(X) + variance(e)
If we fix this loading to 1, then it becomes:
Variance(x1) = variance(X) + variance(e)
Which also implies:
Variance(X) = variance(x1) - variance(e)
Now variance(x1) is fixed in the data. So fixing the loading to 1 constraints variance(X) to be the difference between variance(x1) and variance(e). If different indicators have different variances, or even just different error variances, then setting different loadings to 1 will lead to different variances for the factor.
--Ed Rigdon
From: lav...@googlegroups.com [mailto:lav...@googlegroups.com] On Behalf Of TRM
Sent: Tuesday, July 29, 2014 1:13 PM
To: lav...@googlegroups.com
Subject: Re: Question on Latent Variable Indicators
Thanks K and Ed
--
And you can go back further, to Lawley and Maxwell’s (1967) book, which highlighted the biased standard errors that can come from standardizing factors (in ML estimation), and recommended the standard fix.
Lawley, D.N., Maxwell, A.E. (1967), Factor analysis as a statistical method. London: Butterworths.
Some packages now incorporate the fix, but I still recommend scaling by fixing loadings.
Roger Millsap has written about issues that arise with constraints across factors, and other issues arise with constraints across groups, as with invariance testing.
--Ed Rigdon