Latent Growth Curve Biometric Model

Posted on
No user picture. koak Joined: 05/10/2012

Hello again

OK today's challenge has been getting the Latent Growth curve model to work for my data. I need to covary for 4 variables (age, sex, education and marital status). I think I am having a problem with the model.
The model is reporting non-conformable arrays. I just can't find where or what I need to change. Help greatly appreciated :-)

Script is attached.

Thank you heaps in advance

Karen

Replied on Thu, 08/30/2012 - 01:54
Picture of user. tbates Joined: Jul 31, 2009

> it says there is an unexpected symbol in the model, but gives me no hints to where!

R will give you a hint where: the error message includes the closest guess R can make about where it got confused.

This is (now) a common error

PS: You will avoid a lot of grief if you use a programmer's editor (or R Studio etc.) to work in your R files as .txt Working in .doc is asking for trouble with smart and dumb quotes, etc.