Good morning,
My name is Alessandra, I am a new Stata user.
I am analysing data from a discrete choice experiment, and I have some problems in implementing the model I have in mind.
I'd like to start with a simple multinomial logit, but with:
- alternative-specific coefficients for some of the alternatives' attributes (e.g. the price of the alternatives, so that I can account for the fact that consumers have different sensitivities to price variations in each alternative)
- an attribute that characterizes only one of the available alternatives, and is not present for all other alternatives.
In short, the model I have in mind is something like this:
V1 = alpha1 + beta_price1 * price1 + beta_quality * quality1 + beta_greencontent * greencontent1 + epsilon1
V2 = alpha2 + beta_price2 * price2 + beta _quality * quality2 + epsilon2
V3 = beta_price3 * price3 + beta _quality * quality3 + epsilon3
I have tried with asclogit and mixlogit, but when I try to include my "greencontent" attribute among the indepvars in the asclogit command, I get the following error message:
no cases remain after removing invalid observations
So I guess that Stata cannot estimate the multinomial logit if there are missing values for "greencontent" in all alternatives but one for every choice task.
Moreover, I can't find any option for allowing for alternative-specific coefficients for my price variable.
I'd be really grateful for any suggestion regarding options or alternative commands to do this.
Thanks in advance,
Regards,
Alessandra
My name is Alessandra, I am a new Stata user.
I am analysing data from a discrete choice experiment, and I have some problems in implementing the model I have in mind.
I'd like to start with a simple multinomial logit, but with:
- alternative-specific coefficients for some of the alternatives' attributes (e.g. the price of the alternatives, so that I can account for the fact that consumers have different sensitivities to price variations in each alternative)
- an attribute that characterizes only one of the available alternatives, and is not present for all other alternatives.
In short, the model I have in mind is something like this:
V1 = alpha1 + beta_price1 * price1 + beta_quality * quality1 + beta_greencontent * greencontent1 + epsilon1
V2 = alpha2 + beta_price2 * price2 + beta _quality * quality2 + epsilon2
V3 = beta_price3 * price3 + beta _quality * quality3 + epsilon3
I have tried with asclogit and mixlogit, but when I try to include my "greencontent" attribute among the indepvars in the asclogit command, I get the following error message:
no cases remain after removing invalid observations
So I guess that Stata cannot estimate the multinomial logit if there are missing values for "greencontent" in all alternatives but one for every choice task.
Moreover, I can't find any option for allowing for alternative-specific coefficients for my price variable.
I'd be really grateful for any suggestion regarding options or alternative commands to do this.
Thanks in advance,
Regards,
Alessandra
Comment