Hello, I am trying to use the traj command but am running into the "matrix is nonsymmetric or highly singular" problem I tried using the matrix start = and start() command shown below to start the MLE at different values but I'm not getting any success. I know that the "matrix is nonsymmetric or highly singular" problem arises when you have a sparse indicator but I am using the zip (zero inflated poission) model in the traj command so this should help with the high number of 0s, any advice on what to do would be helpful.
matrix strt = -2.3, 0.15, -0.75, 0.15, -2.6, 0.15, -2.3, 0.15, 46, 46
traj, model(zip) var(vict_11-vict_43) indep(zage_11-zage_43) weight(gsw12345) order(1,1) iorde(1,1) detail start(strt)
matrix strt = -2.3, 0.15, -0.75, 0.15, -2.6, 0.15, -2.3, 0.15, 46, 46
traj, model(zip) var(vict_11-vict_43) indep(zage_11-zage_43) weight(gsw12345) order(1,1) iorde(1,1) detail start(strt)
Comment