Dear all,
I am doing an unlabelled design to elicit public preferences for treatments. I have 5 attributes with 3 levels and one attribute with 4 levels. If I run the following syntax without Modified Federov algorithm, Ngene won't be able to gernerate a design after 10 seconds. However, the syntax works well with mfederov algorithm.
1) Is it correct to run the syntax including mfederov algorithm without defining any condition?
2) I have used near zero values as I don't know the priors, but I expect preference order for some of the attributes. Can I still call near zero priors as 'non informative' priors?
[
Design
;alts = altA*, altB*
;rows = 36
;block = 4
;eff = (mnl, d)
;alg = mfederov
;model:
U(altA) = b1[0]
+ b2.dummy [0.0003|0.00015] * AGE[10,40,70]
+ b3.dummy [0.0004|0.0002] * LEUNTREAT[8,5,2]
+ b4.dummy[0|0] * QoL[50,75,90]
+ b5.dummy [0.0005|0.0002] * LETREAT[3,1,0.5]
+ b6.dummy[0|0] * DISTRIBUTION[1,3,2]
+ b7.dummy[0.0004|0.0002|0.0002] * RISK[1,2,3,4]
+ i1[0] * AGE * QoL
+ i2[0] * LEUNTREAT * QoL
+ i3[0] * LETREAT * QoL /
U(altB) = b2.dummy * AGE
+ b3.dummy * LEUNTREAT
+ b4.dummy * QoL
+ b5.dummy * LETREAT
+ b6.dummy * DISTRIBUTION
+ b7.dummy * RISK
+ i1 * AGE * QoL
+ i2 * LEUNTREAT * QoL
+ i3 * LETREAT * QoL
$
]
I appreciate your help.
Best, Nasrin