Dear Michiel,
I need some help/advice from you.
I would like to do a research with use of labelled alternatives but I have some questions about the design.
I have 3 labelled alternatives with three attributes. From these attributes, one is an alternative specific, and the others are generic.
I would like to estimate MNL, LC and possibly RPL models later.
In this situation, should I specify firstly an MNL design and after that an RPL design?
I wrote the following syntax:
design
;alts = car, bus, rail
;rows = 8
;eff = (mnl,d)
;con
;model:
U(car) = b1[-0.2] + b2[-0.1] * price[750,850] + b3[0.8] * service[1,2,3] + b4[1.2] * type[1,2] /
U(bus) = b1[0.9] + b2 * price[550,650] + b3*service + b4*type /
U(rail) = b2 * price[350,450] + b3*service + b4*type
$
design
;alts = car, bus, rail
;rows = 8
;eff= (rp,d)
;con
;rdraws = halton(500)
;model:
U(car) = b1[-0.2] + b2[n,-0.1,0.5] * price[750,850] + b3[n,0.8,0.4] * service[1,2,3] + b4[n,1.2,0.4] * type[1,2] /
U(bus) = b1[0.9] + b2 * price[550,650] + b3*service + b4*type /
U(rail) = b2 * price[350,450] + b3*service + b4*type
$
Can these forms are suitable for my later purposes? (of course, I would like to use the RP design in the survey)
Also, I have some concerns about whether the ";con" command is really necessary? (whether it is necessary to
estimate of alternative specific constant?, and in my syntax I specified the "b1" for the alternative
specific constant and in the third alternative I leave that empty because I would like to keep that on base value in estimates. Is this appropriate in this form?
Thank you very much your help!
Best regards,
Peter