Hi I am trying to do mediation analysis for student test scores in order to predict 4th grade scores (DV) from Kindergarten scores (IV) through 1st grade scores (MV). I am using the command
"sem (FourthReading <- FirstDIBELS KDIBELS) (FirstDIBELS <- KDIBELS)"
but am getting error r(503) saying model not identified and no paths from latent variable FourthReading to observed variables. I tried to problem solve and believe that this might be because some of the students do not have a recorded first grade score so it is marked as a "." in their first grade test cell. I attempted to use an if statement to not include those students but received the same error message. Any help/advice would be greatly appreciated since I need to figure this out in the next week or so for my research fellowship.
"sem (FourthReading <- FirstDIBELS KDIBELS) (FirstDIBELS <- KDIBELS)"
but am getting error r(503) saying model not identified and no paths from latent variable FourthReading to observed variables. I tried to problem solve and believe that this might be because some of the students do not have a recorded first grade score so it is marked as a "." in their first grade test cell. I attempted to use an if statement to not include those students but received the same error message. Any help/advice would be greatly appreciated since I need to figure this out in the next week or so for my research fellowship.
Comment