I've generated the following efficient design. I don't know the priors but I know the sign so I put a small number as priors:
Code: Select all
Design
;alts=SQ, alt2, alt3
;rows=10
;eff=(mnl,d)
;model:
U(SQ) = b1[-0.0001] * TAX[109] + b2[0.0001] * PROD[60] + b3[0.0001] * PER[100] + b4[0.0001] * CHIL[100]/
U(alt2) = b1 * TAX1[25,50,109,200,300] + b2 * PROD1[30,60,90,120] + b3 * PERF1[50,100,150,200] + b4 * CHIL1[50,100,200,300] /
U(alt3) = b1 * TAX1 + b2 * PROD1 + b3 * PERF1 + b4 * CHIL1
$
Is this possible? Is because the priors are very small number? What do you suggest?
Thank you for your attention