I am creating an efficient MNL model based on the priors of a pilot study (orthogonal MNL):
- Code: Select all
;alts = scen1*, scen2*, none ? scen1* => * means alternative is generic!
;rows = 16 ?32
;block = 2 ?4
;eff = (mnl,wtp(wtp1))
;wtp = wtp1(*/b_cos)
;model:
U(scen1) =
b0[0.5] +
b_for[-0.00639] * FOREST[0,20,40,60] +
b_set.dummy[-0.780|0.149|-0.978] * SETTLE[1,3,4,2] +
b_flo.dummy[0.0817|0.108|0.442] * FLOOD[1,3,4,2] +
b_cos[-0.124] * COST[-2,0,2,4] /
U(scen2) =
b0 + b_for * FOREST + b_set * SETTLE + b_flo * FLOOD + b_cos * COST
$
It is my first efficient design, so I am not sure about the interpretation of the efficiency measures. Several questions arised:
1. Which D-errors and A-errors indicate a good / tolerable / bad design?
2. Is there a way to set a "maximal utility" value, e.g. B-estimate <= 90?
3. The Ngene Manual states that the number of necessary choice tasks in efficient designs is much lower than in orthogonal designs. I created two design versions, the only difference being the number of choice tasks and blocks: 32 CT in 4 blocks (S-estimate = 299) vs. 16 CT in 2 blocks (S-estimate = 613). Is this large difference caused by the two dummy attributes I use?
4. How do I interpret the terms WTP estimate and WTP n? The values are very similar to the S-estimate. Do they also specify the minimum necessary sample size?
5. Adding a no-choice alternative changes the choice probabilities. Is there any way to minimize the probability of selecting the no-choice alternative?
Best regards,
Andrea