Hello
I am trying to account for attribute non-attendance for my choice experiment via the eaalogit command by Hole, Arne, (2016), EAALOGIT: Stata module to estimate endogenous attribute attendance models, https://EconPapers.repec.org/RePEc:boc:bocode:s457903.
I am using the following code:
I tried this on three versions of Stata. However I get the following error messages on the two versions:
Version 14
initial vector: extra parameter choice1:fpr found
specify skip option if necessary
r(111);
Version 15
Some variables are collinear - if this is intended use the coll option. However I can't find how to use this command online.
Version 16
convergence not achieved
r(430);
Anyone who has an idea how to solve this?
Thank you very much in advance!
Kind regards
Eva
I am trying to account for attribute non-attendance for my choice experiment via the eaalogit command by Hole, Arne, (2016), EAALOGIT: Stata module to estimate endogenous attribute attendance models, https://EconPapers.repec.org/RePEc:boc:bocode:s457903.
I am using the following code:
Code:
matrix b0=e(b) #after I estimated my latent class model via lclogit eaalogit chosen fpr fsec ftert mnopr mpr msec mtert fnopr_nch fpr_nch fsec_nch ftert_nch mnopr_nch mpr_nch msec_nch mtert_nch fnopr_nch2 fpr_nch2 fsec_nch2 ftert_nch2 mnopr_nch2 mpr_nch2 msec_nch2 mtert_nch2, group(choicecard) id(respondent) keaa(23) eaaspec(x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23) from(b0)
Version 14
initial vector: extra parameter choice1:fpr found
specify skip option if necessary
r(111);
Version 15
Some variables are collinear - if this is intended use the coll option. However I can't find how to use this command online.
Version 16
convergence not achieved
r(430);
Anyone who has an idea how to solve this?
Thank you very much in advance!
Kind regards
Eva
Comment