I'm having a problem that I can't replicate in any of the publicly-available SEM datasets so I guess I'm looking for general explanations or solutions. When I fit a -gsem- model and then try to -predict- the latent trait, sometimes I get an error message of
could not compute empirical Bayes means;
missing values were returned by the evaluator
I usually use 30 quadrature points (intpoints). When I reduce the number to 20, all my examples run fine, and at least for those datasets, I'm comfortable with using 20 points.
But this problem came up when someone was using my ssc program -difdetect-, and sometimes he had to reduce to as low as 5 quadrature points before the latent trait was estimable.
I'll admit I know very little about what is going on under the hood here. Can anyone offer an explanation on why this might be? Bonus points for any solutions!
Many thanks,
Laura
could not compute empirical Bayes means;
missing values were returned by the evaluator
I usually use 30 quadrature points (intpoints). When I reduce the number to 20, all my examples run fine, and at least for those datasets, I'm comfortable with using 20 points.
But this problem came up when someone was using my ssc program -difdetect-, and sometimes he had to reduce to as low as 5 quadrature points before the latent trait was estimable.
I'll admit I know very little about what is going on under the hood here. Can anyone offer an explanation on why this might be? Bonus points for any solutions!
Many thanks,
Laura
Comment