hello? I am a novice to STATA.
After conjoint analysis, A problem occurred during Latent Class Analysis.
There are 6 conjoint properties (program, accessibility, accommodation type, facilities, privacy, price), and the levels are pro(3 levels), acc(3), stay(3), fac(3), privacy(2), price(3).
I used STATA 14.
ㅇ The command syntax is like this : lclogit choice pro pro1 acc stay stay1 fac fac1 privacy price, group(gid) id(pid) ncl(2) member(gender married household disease)
- Independent variable: choice
- Dependent variable: pro pro1 acc stay stay1 fac fac1 privacy price
- memberships : gender married household disease
ㅇ An error message appears like this: 3,000 (group size) take 1,000 (# positives) combinations results in numeric overflow; computations cannot proceed
r(1400);
error message description is like this
error. . . . . . . . . . . . . . . . . . . . . . . . return code 1400
numerical overflow;
You have attempted something that, in the midst of the
necessary calculations, has resulted in something too large
for Stata to deal with accurately. Most commonly, this is
an attempt to estimate a model (say with regress) with more
than 2,147,483,647 effective observations. This effective
number could be reached with far fewer observations if you
were running a frequency-weighted model.
I changed different memberships and did it again and again, I got the same results.
Please advise me from the seniors.
thank you
Related Posts with Latent Class Model in STATA using lclogit__Error happened
Split string variables into different partsHi, I am using Stata 16 and would need some help in splitting a string variable and destring the va…
ReorderingHi everyone, I have a Birth history dataset with given mother id, child id, children birth order. I…
Dependent binary variable with relative frequiencies of 5% and 95%I have a binary dependent variable with the following frequency distribution: Yes (1128) and No (240…
How to apply maximum value to a whole group using StataHello, I want to generate a variable (max_count) wherein, for a given group ID, if the value of "co…
How to find the mean of subset of individualsI have data from several thousand observations on education level (discrete variable that ranges fro…
Subscribe to:
Post Comments (Atom)
0 Response to Latent Class Model in STATA using lclogit__Error happened
Post a Comment