Dear Ngene Team and Users,
I am designing my first DCE. After following Michiel suggestions, which were really helpful, viewtopic.php?f=4&t=529, I redesigned the DCE as follows:
Design
;alts = A, B
;rows = 12
;eff = (mnl, d)
;alg = mfederov
;require:
A.damage>1, A.fung=1, A.ev=2, B.damage<=1, B.fung<=1, B.ev<=1
;model:
U(A) =
b0
+ b1 [0.0001]* price [775, 875, 975, 1075]
+ b2 [0.0001]* mkt [274, 312, 350, 388]
+ b3 [0.0001]* damage [0, 1, 2]
+ b4 [0.0001]* fung [0, 1]
+ b5 [0.0001]* ev [0, 1, 2]/
U(B) =
b1*price
+ b2*mkt
+ c3[0.0001]*damage
+ c4[0.0001]*fung
+ c5[0.0001]*ev
$
It runs, but I kindly ask you if you could confirm that it is correct. Moreover, I have further doubts:
- the d-error is 'undefined'. Is it because of the algorithm or because the design is quite complex and should it run more?
- how can I understand which is the best sample size?
Thank you for your help!
Best Regards,
LF