Collinearity in Labeled Choice Experiment

This forum is for posts that specifically focus on Ngene.

Moderators: Andrew Collins, Michiel Bliemer, johnr

Collinearity in Labeled Choice Experiment

Postby mdanne » Thu Jul 01, 2021 7:10 pm

Dear all,

please imagine the following labeled choice design for credits in developing countries:
- alternatives credit house bank, credit online bank
- attribute travelling distance:
--> for house bank the levels are: 5,10,15 kilometers
--> for online bank the levels are: 0.5 and 1 kilometer (because in developing countries the access point for internet is not per se in the household)

Is it possible to design such experiment where the levels for the same attribute are totally different between the alternatives? Or is there an issue about collinearity between the constants of the alternative and the attribute coefficient as for example 1 kilometer occurs only for alternative online bank and 10 km only for the house bank?

Thank you in advance, best regards,
Michael
mdanne
 
Posts: 4
Joined: Tue Jun 29, 2021 6:03 pm

Re: Collinearity in Labeled Choice Experiment

Postby Michiel Bliemer » Sat Jul 03, 2021 4:07 pm

Yes that is no problem, you can use different attribute levels for different alternatives and you can use a generic or alternative-specific coefficient for distance. Only when one of the labels would have a fixed distance (e.g., always 1km for online bank) then this attribute level would be confounded with the aternative-specifc constant.

Michiel
Michiel Bliemer
 
Posts: 1727
Joined: Tue Mar 31, 2009 4:13 pm

Re: Collinearity in Labeled Choice Experiment

Postby mdanne » Mon Jul 05, 2021 5:30 pm

Thank you Michiel,

can you justify this with statistical arguments? I have to answer a reviewer who says that this is not possible without causing collinarity.

Best regards,
Michael
mdanne
 
Posts: 4
Joined: Tue Jun 29, 2021 6:03 pm

Re: Collinearity in Labeled Choice Experiment

Postby Michiel Bliemer » Sat Jul 10, 2021 8:21 am

It is a matter of parameter identifiability, there is no reason why there would be collinearity (unless you are using dummy or effects coding). If there exists collinearity, then you would not be able to estimate the constant and the D-error of the design would be infinite.
Using different attribute levels across alternatives is very common in labelled experiments, so I am not sure why the reviewer is of this opinion.

Below and example that shows that the D-error of this model is finite, therefore all parameters are identifiable and there is no collinearity (you can check in Ngene if you open a design and look at the covariance matrix; there are no perfectly correlated parameters.

Code: Select all
design
;alts = housebank, onlinebank
;rows = 12
;eff = (mnl,d)
;con
;model:
U(housebank)  = housebank
              + dist * DISTANCE_H[5,10,15]
              + fee  * FEE[1,2,3]
              /
U(onlinebank) = dist * DISTANCE_O[0.5,1]
              + fee  * FEE[1,2,3]
$


Michiel
Michiel Bliemer
 
Posts: 1727
Joined: Tue Mar 31, 2009 4:13 pm

Re: Collinearity in Labeled Choice Experiment

Postby mdanne » Mon Jul 12, 2021 7:45 pm

Thank you very much.

So after collecting data, how can I estimate the coefficient for travelling distance digital when it is not allowed to use dummy or effects coding?
mdanne
 
Posts: 4
Joined: Tue Jun 29, 2021 6:03 pm

Re: Collinearity in Labeled Choice Experiment

Postby Michiel Bliemer » Wed Jul 14, 2021 2:21 pm

Dummy of effects coding is typically only used for qualitative variable, not for quantative variables like distance. I would never use dummy / effects coding for quantitative variables as it increases the number of parameters, it does not allow you to use the model for forecasting with levels that differ from the ones assumed in the experiment, and it makes computing WTP and elasticities more difficult. Further, if you use dummy coding, the constant will be confounded with the base dummy level.

One would simply use beta * distance in the utility function, or if you want a nonlinear effect, something like beta * log(distance) or beta * distance^2.

Michiel
Michiel Bliemer
 
Posts: 1727
Joined: Tue Mar 31, 2009 4:13 pm


Return to Choice experiments - Ngene

Who is online

Users browsing this forum: No registered users and 13 guests

cron