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
Help with Merging two Long-Format Datasets (by Creating Person-Year Data)Hi all, I am having some issues merging two datasets that are both in long format. It's a bit compl…
How to estimate Hierarchical Linear Models in this case?Dear all, I have a pooled dataset of 16 countries and I want to estimate hierarchical linear models…
Independent variable is not significant when run alone, however when I include it in an index it is significant. How should I proceed?I am writing a research project on the impact of freedom in countries on the handling of COVID-19, w…
GMM: Forward and backward orthogonal deviations (xtabond2)Dear Statalisters, it is the first time I use GMM and xtabond2. Playing around with the syntax, aft…
Connecting Stata to Snowflake ODBCHello all. I'm looking for some assistance or guidance in setting up a Snowflake ODBC connection for…
Subscribe to:
Post Comments (Atom)
0 Response to r(3900); error running Latent Class Analysis
Post a Comment