Dear all,
First of all, this forum was very useful for me because I found many responses to my problems that I could not find in the manual. However, I am still fighting with my design although it is a very easy one. I am a choice experiment user and previously I used the Burgess and Street design because it is quite easy to generate and in several empirical applications I conducted in the past I got very nice results finally published in good agri-econ journals. However, I read several papers that mentioned the limitations of those designs mainly in terms of dominance and I decided to buy the NGENE to generate an efficient or Bayesian design. I read the manual and it was very clear and I started from the easier to more complicated designs.
Now, I decide to make a post in the forum because after two weeks running different designs, I got many different ones (many times the program was running for hours without giving any feasible design) but I do not know if they are appropriate and I do not have any guideline on how to choose among them.
I want to produce an unlabeled DCE design which has three alternatives where the last one is a no-choice alternative. There are three attributes. The first is the price that it is continuous and fixed (not random) with four levels (3, 5, 7 and 9). The other two attributes are dummy coded with 4 and 2 levels. I have not priors but I plan to conduct a pilot with 10 to 20 respondents. Meanwhile, I am using priors for other papers for agri-food products in my study region or neighborhood regions. The priors are (I am not convince if they are fine but they are the only ones I have available now)
Attribute 1 (price fixed coefficient for the continuous attribute): -1
Attribute 2 with three dummy coded (4 levels)
The mean estimate for the three levels are: 0.9, 0.5 and 0.3 with standard errors of the coefficient equal to 0.10, 0.046 and 0.04
The standard deviation of the mean estimate are: 0.77, 0.7 and 0 with standard errors of 0.118, 0.05 and 0
Attribute 3 with one dummy coded (2 levels)
The mean estimate is: 1 with standard errors of the coefficient equal to 0.12
The standard deviation of the mean estimate is: 1.44 with standard errors of 0.13
I want to generate 8 choice situations in two blocks of 4 and I plan to estimate a rppanel.
I run hundreds of programs but following you advice to other posts in the forum my final two designs (Bayesians) are as follows:
Design
;alts (model1) = alt1*, alt2*,alt3
;rows =8
;block=2
;eff=model1(mnl,d,mean)
;REP=1000
;rdraws=gauss(3)
;bdraws=gauss(3)
;model (model1):
U(alt1) = b1[4.15] + b2[-1] * A[3,5,7,9] + b3.dummy[n,(n,0.9,0.1),(n,0.118,0.77)|n,(n,0.5,0.05),(n,0.05,0.7)|(n,0.3,0.04)] * B[3,2,1,0] +b4.dummy[n,(n,1,0.12),(n,0.13,1.4)]*c[1,0] /
U(alt2) = b2 * A + b3 * B +b4*C
;alg=swap(stop=total(10mins))
$
Design
;alts (model1) = alt1*, alt2*,alt3
;alts (model2) = alt1*, alt2*,alt3
;rows =8
;block=2
;eff=model1(mnl,d,mean)
;REP=1000
;rdraws=gauss(3)
;bdraws=gauss(3)
;model (model1):
U(alt1) = b1[4.15] + b2[-1] * A[3,5,7,9] + b3.dummy[(n,0.9,0.1)|(n,0.5,0.046)|(n,0.3,0.04)] * B[3,2,1,0] +b4.dummy[(n,1,0.12)]*c[1,0] /
U(alt2) = b2 * A + b3 * B +b4*C
;model (model2):
U(alt1) = b1[4.15] + b2[-1] * A[3,5,7,9] + b3.dummy[n,0.9,0.77|n,0.5,0.7|n,0.3,0] * B[3,2,1,0] +b4.dummy[n,1,1.44]*c[1,0] /
U(alt2) = b2 * A + b3 * B +b4*C
;alg=swap(stop=total(10mins))
$
My questions or doubts are:
• Is the programming OK for my design?
• Are those designs appropriate, at least for being included in one pilot to get better priors?
• In general terms, I do not have any guideline on how to choose among designs models because the different measures (d-error, a-error, probabilities, etc) do not have any meaning for me (perhaps I should read some book or papers on that I miss). For me, it was very easy to choose one Burgess and Street design using the d-optimality, the closer to 100 the better but now (for lack of knowledge) I do not know which criteria to apply when I have the output to choose among different designs.
Sorry for my long post but I am so frustrated that I need some help and release. Yesterday, I was so frustrated that I was about to abandon and to use the Burgess and Street design as previously.
Thank you very much