Hello everyone,
I am trying to fit a multilevel SEM model in Stata 15.1, and it just won't converge. I have tried all the different integration methods suggested by the manual, as well as reducing the number of integration points, but it doesn't work. I have built the model step by step, so to use the previous as starting values. I was very slow to start, but in the last step I have added the multilevel variable, and now I keep getting the message "initial values not feasible r(1400); "everytime straight after "Fitting full model". It won't even start converging.
I have two independent variables: one categorical (PT, with 4 categories set as 1,2,3,4) and one dummy (V, 0-1).
All my three dependent variables (HH, EH, AvEffort) and my two mediators (CSE and ICM) are continuous.
The code is:
. gsem (HH -> H_1, family(gaussian) link(identity)) (HH -> H_4, family(gaussian) link(identity)) (HH -> H_6, family(gaussian) link(identity)) (HH -> H_10, family(gaussian) link(identity)) (EH -> H_5, family(gaussian) link(identity)) (EH -> H_7, family(gaussian) link(identity)) (EH -> H_9, family(gaussian) link(identity)) (CSEm -> HH, ) (CSEm -> EH, ) (CSEm -> CSE1, family(gaussian) link(identity)) (CSEm -> CSE6R, family(gaussian) link(identity)) (CSEm -> CSE15R, family(gaussian) link(identity)) (CSEm -> ICMq, family(gaussian) link(identity)) (SCF2 -> HH, ) (SCF2 -> EH, ) (SCF2 -> CSEm, ) (SCF2 -> avgEffort, family(gaussian) link(identity)) (SCF2 -> ICMq, family(gaussian) link(identity)) (1b.PT -> SCF2, family(gaussian) link(identity)) (2.PT -> SCF2, family(gaussian) link(identity)) (3.PT -> SCF2, family(gaussian) link(identity)) (4.PT -> SCF2, family(gaussian) link(identity)) (ICMq -> avgEffort, family(gaussian) link(identity)) (V -> SCF2, family(gaussian) link(identity)) (V -> avgEffort, family(gaussian) link(identity)) (M1[t] -> avgEffort, family(gaussian) link(identity)), covstruct(_lexogenous, diagonal) latent(HH EH CSEm M1 ) nocapslatent
I know it's a complicated model, but would anyone have any ideas?
THANK YOU in advance!
Related Posts with Multilevel SEM on Stata 15.1
Retrieve the numeric value of a labelI have a string variable nation2 distributed as follows: Code: . tab nation2, m nation2 | …
Adding auxiliary variables in a modelGreetings, I am new to STATA. I would like to ask how to insert auxiliary variables in one of my st…
Imposing two parameter entries are equal in impact matrix for the SVAR commandI am trying to specify an IS curve in my impact matrix for my structural var. In my structural VAR, …
r601 error - file C:\Users\admin\AppData\Local\Temp\ST_aef0_000002.t mp not found r(601);I'm try to run the code shown below. The app geocode was down loaded from the internet. I'm running …
Time fixed effects as dummies change significanceDear Statalist, I am doing research on using nighttime light (radiances per area) to predict real re…
Subscribe to:
Post Comments (Atom)
0 Response to Multilevel SEM on Stata 15.1
Post a Comment