Dear Michiel,
thank you very much for your helpful advice.
If I especially think about estimating MMNL for my main survey data, would you recommend having three instead of two blocks? I´ve read that some authors recommend having as much blocks as possible, so I could at least have three instead of two?!
Furthermore, if I decide after pretest and for my main survey to take seven choice tasks instead of nine (to not overwhelm the respondents), the syntax would be adjusted as follows, right? I am not perfectly sure about the
(5,5,4)
as 14 is not divisible by 3 anymore.
Design
;alts = alt1*, alt2*, SQ*
;rows = 14
;block = 2
;eff = (mnl,d)
;alg = mfederov
;require:
SQ.amount = 3, SQ.period = 3
;reject:
alt1.amount = 3 AND alt1.period = 3,
alt2.amount = 3 AND alt2.period = 3
;model:
U(alt1) = b1[-0.4862] * contrib[1.8,3.3,4.8]
(5,5,4) + b2.dummy[1.4049|1.0240|0.4527] * amount[0,1,2,3] + b3.dummy[1.0609|0.5951|0.2733] * period[0,1,2,3] /
U(alt2) = b1 * contrib
+ b2 * amount
+ b3 * period
/
U(SQ) = b0[-0.9618]
+ b1 * contrib_sq[1.6]
+ b2 * amount
+ b3 * period
$
Thank you very much.
Best,
J.