Dear,
I have a question regarding clogit. I conducted a choice experiment about home batteries, where respondents had to make 6 hypothetical choices. They could choose from battery A, battery B, or opt-out (not purchasing any battery). Each proposed battery had different characteristics (price, capacity, power, charge cycles, etc.).
My data file was transformed so that each row represented a choice. 1 respondent = 18 rows (6 questions with 3 choices). I ran a conditional logit (clogit) model for the main effects. (with ASC alternative specific constant)
clogit Choice ASC1 ASC2 Price Capacity Power CycleEfficiency ChargeCycles Expandable, group(Obs) cluster(Resp)
Now I should run another clogit model but with interaction terms (which remain constant with a respondent) e.g. age, electricity meter, income. Unfortunately, I can't find how to correctly add these interaction terms to the model. The outcome is often "omitted".
Can someone help me? thank you.
I have a question regarding clogit. I conducted a choice experiment about home batteries, where respondents had to make 6 hypothetical choices. They could choose from battery A, battery B, or opt-out (not purchasing any battery). Each proposed battery had different characteristics (price, capacity, power, charge cycles, etc.).
My data file was transformed so that each row represented a choice. 1 respondent = 18 rows (6 questions with 3 choices). I ran a conditional logit (clogit) model for the main effects. (with ASC alternative specific constant)
clogit Choice ASC1 ASC2 Price Capacity Power CycleEfficiency ChargeCycles Expandable, group(Obs) cluster(Resp)
Now I should run another clogit model but with interaction terms (which remain constant with a respondent) e.g. age, electricity meter, income. Unfortunately, I can't find how to correctly add these interaction terms to the model. The outcome is often "omitted".
Can someone help me? thank you.

Comment