Dear Statalist -
I am using -lclogit- to analyze data from a choice experiment using the following model:
I get the following error when I run this model:
I suspect the error is caused by the way I have numbered the variable "choice experiment question" as 1-8 for all choice makers, since each person had to respond to 8 choice sets. Does anyone know if the choice experiment identifiers must be unique across all choice makers? Instead of 1-8 they must be 1-8 for choice maker 1, 9-17 for choice maker 2, and so forth?
Thanks for your help!
I am using -lclogit- to analyze data from a choice experiment using the following model:
Code:
lclogit choice attribute_1 attribute_2 attribute_3 .... attribute_n, id(choice_maker_id) group(choice_experiment_question_id) nclasses(3)
Code:
Iteration 0: log likelihood = -25298.937 weights must be the same for all observations in a group r(407);
Thanks for your help!
Comment