I'm trying to run a latent class analysis analysis (60,000 cases, 20 variables, with group (6 groups)) and getting this error. Do you know what causes it? I have 64gb of RAM on 64 bit windows machine on Stata 16 (64bit) so I doubt it's a RAM problem
quietly gsem (V1 V2 V3 V4 V5 V6 V7 V8 V9 V10 V11 V12 V13 V14 V15 V16 V17 V18 V19 V20 <- _cons), group(localauthority) family(bernoulli) link(logit) lclass(C 7) iterate(40) startvalues(randompr, draws (10) seed (5) difficult) emopts(iterate (5) difficult)
J(): 3900 unable to allocate real <tmp>[61084,461280]
_gsem_eval_mix(): - function returned error
mopt__calluser_v(): - function returned error
opt__eval_nr_v2(): - function returned error
opt__eval(): - function returned error
opt__looputil_iter0_common(): - function returned error
opt__looputil_iter0_nr(): - function returned error
opt__loop_nr(): - function returned error
opt__loop(): - function returned error
_moptimize(): - function returned error
Mopt_maxmin(): - function returned error
<istmt>: - function returned error
Related Posts with r(3900); error running Latent Class Analysis
How to get Stata to return where two variables intersect for the second timeHello everyone, I am modelling optimal marginal income tax rates. I use two models. One is very vol…
categorical timeID in tobit regression and LR test to decide between tobit and xttobitDear Statalist members. For my thesis, I am running a tobit regression with the DV being the owners…
Mixed Logit ModelWhy could not I make alternative specific alternatives in Mixed Logit Model? …
How to create a new variable which must contains two o three different weighted variables of my datasetHi, I have data from a survey. There are three different questions, that figures as three differen…
java ( sfi-api ) date format?I did not find in the Java api documentation ( https://www.stata.com/java/api/index...e-summary.html…
Subscribe to:
Post Comments (Atom)
0 Response to r(3900); error running Latent Class Analysis
Post a Comment