We conducted a pilot study intended to guide a WTP design to avoid interruptions in electricity supply (in terms of the number of shutdowns, avg. during of each, whether an alert will be given etc.) In the pilot, respondents were noted that:
The pilot data were analyzed in MNL and the results were as expected. All coefficients were significant.Each alternative will include a payment that will be added to your electricity bill to prevent the level of non-supply described in the alternative.
When using these priors to prepare the final design, I found myself confused.Estimated parameters
Estimate
b_cost -0.017
b_duration -0.018
b_shutdowns -0.298
b_alert 0.321
It feels that the signs of the coefficients should appear oppositely, that is:
Code: Select all
U(optiona) = cost[(n,-0.017, 0.002)] * cost[8, 32 ,56, 80, 104, 128]
+ duration[(n,[b]0.018[/b], 0.001)] * duration[15, 30,60,120,180,240]
+ shutdowns[(n, [b]0.298[/b], 0.052)] * shutdowns[1,2,3,4]
+ alert.dummy[(n, [b]-0.321[/b], 0.076)]*alert[1,0]
Thanks for any help!
RR.