Priors from conditional logit etc.
Posted: Thu Oct 20, 2011 9:20 pm
Hi there,
I used the code below designing choice sets for a pilot study. Now I want to design the final choice sets and have the following questions:
-> Based on the results from the pilot (80 respondents, each time 12 choice sets) I estimated a conditional logit. However, only some of the parameters are statistically significant. Do I only use the significant ones as priors, i.e. keeping the univariate priors for the other ones?
-> When I use a fixed prior for the attribute price based on the CL estimates instead of the univariate prior as it is shown in the code the "WTP(waqu) estimate" increases strongly. I expected that a fixed prior would decrease that figure and not increase it?
-> Also the "S estimate" as well as the "WTP(waqu) estimate" increase strongly when I use, for example, for b3 a prior following a normal distribution instead of the univariate prior - the mean value of the normal distribution is within the range of the interval specified for the univariate prior. I thought that a "normal prior" would give more information than a "univariate prior" but probably my thoughts are on the wrong track?
Thanks a lot
Jürgen
I used the code below designing choice sets for a pilot study. Now I want to design the final choice sets and have the following questions:
-> Based on the results from the pilot (80 respondents, each time 12 choice sets) I estimated a conditional logit. However, only some of the parameters are statistically significant. Do I only use the significant ones as priors, i.e. keeping the univariate priors for the other ones?
-> When I use a fixed prior for the attribute price based on the CL estimates instead of the univariate prior as it is shown in the code the "WTP(waqu) estimate" increases strongly. I expected that a fixed prior would decrease that figure and not increase it?
-> Also the "S estimate" as well as the "WTP(waqu) estimate" increase strongly when I use, for example, for b3 a prior following a normal distribution instead of the univariate prior - the mean value of the normal distribution is within the range of the interval specified for the univariate prior. I thought that a "normal prior" would give more information than a "univariate prior" but probably my thoughts are on the wrong track?
Thanks a lot
Jürgen
- Code: Select all
design
;alts = alt1*, alt2*, SQ
;rows = 24
;block = 2
;bdraws = halton(500)
;eff = (mnl,wtp(waqu))
;wtp = waqu(b3,b4,b5,b7,b8/b9)
;model:
U(alt1) = b3[(u,0.1,0.7)]* WQuh[1,2,3,0] +
b4[(u,0.1,0.7)]* WQob[1,2,3,0] +
b5[(u,0.1,0.7)]* WQss[1,0] +
b7[(u,0.1,0.7)]* WQsb[1,2,0] +
b8[(u,0.1,0.7)]* WQda[1,2,3,0] +
b9[(u,-0.7,-0.1)] * price[10,25,50,75,100,150] /
U(alt2) = b3 * WQuh +
b4 * WQob +
b5 * WQss +
b7 * WQsb +
b8 * WQda +
b9 * price /
U(SQ) = b1[-1.5]$