No priors
Posted: Wed Mar 30, 2011 4:04 am
Our project will be examining the visual disamenities of structures which are at different distances from a touristic viewpoint (there is a fee to access this viewpoint). The number / size of the structures is also varied. Respondents are asked what price discounts they would be willing to accept to face the new view (with structures in the viewshed). As such, my three variables are distance (dist – 5,8,12,18miles), size (small and large) as well as price (+5%, 0%, -5%, - 10%, - 15% -25%).
The only studies similar to ours have been done in different countries and are not similar enough in nature to use their coefficient estimates as priors. As such, besides knowing that the signs on both the distance and price attributes are negative, I have no information regarding priors. As such, I see two options, but I don’t know which is superior:
Option 1: One alternative would be (as recommended to Doug on the Ngene forum on March 28, 2009 (Topic: Large Experimental designs)), to generate an orthogonal design for a pilot study first and then use the priors obtained during that study to generate an efficient design.
What sample size pilot study would one need to develop a prior (given that my minimum sample size is around 200)? i.e. what percentage of the final, minimum sample size needed to generate accurate choice probabilities is needed for a pilot?
Option 2: On page 93 of the manual it mentions that any amount of information is better than using no prior information as in an orthogonal design. As mentioned, I do claim to know that the signs of both price and distance are negative. How do I incorporate that into the design? Instead of using zeros as in the following design, should I rather make a very small negative number such as -0.0001? Furthermore, would it still be worth it to run a focus group, even if such a design was obtained?
Your help would be greatly appreciated.
Sanchez
p.s. Here is the syntax I created for the options above.
Option 1:
Design
;alts = alt1, alt2
;rows = 36
;orth = sim
;block = 6
;model:
U(alt1) = b2*dist[8,12,18,5] + b3*size[144,64] +b4*price[-5,5,10,15,25,0] +b5*dist*size /
U(alt2) = b2*dist + b3*size +b4*price
$
Option 2:
Design
;alts = alt1,alt2,sq
;rows=12
;block=2
;eff=(mnl,d)
;alg = mfederov
;model:
U(alt1) = b2.effects[0|0|0]*dist[8,12,18,5] + b3.effects[0]*size[144,64] +b4[0]*price[-5,5,10,15,25,0] /
U(alt2) = b2*dist + b3*size +b4*price
$
p.s.s How long does is typically take to find a design? I ran option 2 and after 3 hours and over 10 000 000 iterations, I had still not found a single design.
The only studies similar to ours have been done in different countries and are not similar enough in nature to use their coefficient estimates as priors. As such, besides knowing that the signs on both the distance and price attributes are negative, I have no information regarding priors. As such, I see two options, but I don’t know which is superior:
Option 1: One alternative would be (as recommended to Doug on the Ngene forum on March 28, 2009 (Topic: Large Experimental designs)), to generate an orthogonal design for a pilot study first and then use the priors obtained during that study to generate an efficient design.
What sample size pilot study would one need to develop a prior (given that my minimum sample size is around 200)? i.e. what percentage of the final, minimum sample size needed to generate accurate choice probabilities is needed for a pilot?
Option 2: On page 93 of the manual it mentions that any amount of information is better than using no prior information as in an orthogonal design. As mentioned, I do claim to know that the signs of both price and distance are negative. How do I incorporate that into the design? Instead of using zeros as in the following design, should I rather make a very small negative number such as -0.0001? Furthermore, would it still be worth it to run a focus group, even if such a design was obtained?
Your help would be greatly appreciated.
Sanchez
p.s. Here is the syntax I created for the options above.
Option 1:
Design
;alts = alt1, alt2
;rows = 36
;orth = sim
;block = 6
;model:
U(alt1) = b2*dist[8,12,18,5] + b3*size[144,64] +b4*price[-5,5,10,15,25,0] +b5*dist*size /
U(alt2) = b2*dist + b3*size +b4*price
$
Option 2:
Design
;alts = alt1,alt2,sq
;rows=12
;block=2
;eff=(mnl,d)
;alg = mfederov
;model:
U(alt1) = b2.effects[0|0|0]*dist[8,12,18,5] + b3.effects[0]*size[144,64] +b4[0]*price[-5,5,10,15,25,0] /
U(alt2) = b2*dist + b3*size +b4*price
$
p.s.s How long does is typically take to find a design? I ran option 2 and after 3 hours and over 10 000 000 iterations, I had still not found a single design.