Hello,
I am trying to generate an appropriate design for my DCE, when facing some questions that you might be able to give some information about from your experience:
I have a DCE with one status quo and two alternatives. The level 1.6 of the first attribute is only used in the status quo, for the other two dummy coded variables the status quo level [0] is also used in the alternatives (i.a. due to identifiability issues).
The draft for the syntax is below:
Design
;alts = alt1, alt2, SQ
;rows = 12
;eff = (mnl,d)
;cond:
if(alt1.amount=0<>alt1.period=0),
if(alt2.amount=0<>alt2.period=0)
;model:
U(alt1) = b1[...]*contrib[1.8,2.5,3.2] + b2.dummy[...]*amount[3,2,1,0] + b3.dummy[...]*period[3,2,1,0] /
U(alt2) = b1*contrib + b2*amount + b3*period /
U(SQ) = b1[...]*contrib[1,6] + b2[...]*amount[0] + b3[...]*period[0]
The following issues came to my mind when writing the syntax:
- does it matter using 3,2,1,0 as values for attr2 and attr3 even if the levels itself are different for attr2 and attr3? and do I have to define the levels names somewhere, even if I in the end will import the design into another software to generate the survey?
- did I implement right the constraint trying to say that if level 0 of attr2 is shown attr3 is not allowed to show its level 0 at the same time (being a constraint for both alternatives that´s why I mentioned it for alt1 and alt2)?
- how to define the priors because I am generating the design for my pretest and still do not have any specific priors from literature (thats why I´ve only put three dots in the syntax so far for the priors)? I might know a tendency as all attributes have a natural preference order (lower levels being better than higher levels) but no specific priors so far. Any hints on how to deal with this situation? Also especially with regards to avoid dominant alternatives due to this natural preference order?
- In the end I will try to find heterogeneous preferences between males and females, makes it sense though to include this socio economic variable in the model specification as a covariate?
- I will start with the mnl model as the simplest one (as recommended in the Ngene manual) but perspectively I´d like to make model averaging for mnl and mmnl just not knowing if to use the mmnl oder the panel mmnl approach?
Thank you in advance.
Best regards.