You are here

Means for growth curve with ACE decomposition

3 posts / 0 new
Last post
svrieze's picture
Offline
Joined: 01/03/2010 - 20:52
Means for growth curve with ACE decomposition

Hello,

How do I specify the intercept and slope means for a growth curve, using an ACE parameterization.

I can follow the RAM notation for growth curves in the documentation, but I'm not sure how to specify the intercept and slope means outside of the RAM framework.

Maybe another way to ask the question is as such: In the ACE factor model examples (common pathway model) the factor means are fixed at zero. How can I change the code to estimate the factor mean?

Thanks,

Scott

neale's picture
Offline
Joined: 07/31/2009 - 15:14
It depends a bit on whether

It depends a bit on whether you are using path or matrix specification. With matrix specification, the algebra for the means simply needs to be changed to include a component which goes:

FacLoadings %*% FacMeans

where FacMeans is a vector of free parameters for the means of each common factor, and FacLoadings are the common pathway factor loadings. At the same time, it is necessary to remove (or fix at zero) the parameters that directly estimate the means of the observed variables.

svrieze's picture
Offline
Joined: 01/03/2010 - 20:52
Thanks, I had already tried

Thanks, I had already tried just that but couldn't get it to work. For some reason my FacMeans weren't being estimated as free parameters. I'll take a closer look now that I know I was on the right track.

Thanks,

-Scott