Hope everything goes well for you.
I got 0% of D optimality when I run a ood design. the codes I run is below. Is there anything wrong?
Thanks so much,
Wei
- Code: Select all
Design
;alts = alt1*, alt2*, nobuy
;rows = 24
;block = 3
;orth = ood
;model:
U(alt1) = b0 + b1 * Price[1.20, 3.26, 5.32, 7.38, 9.44, 11.50] +
b2.dummy * CFI[0,1] +
b3.dummy * Org[0,1] +
b4.dummy * RFA[0,1] +
b5 * CFI.dummy[1]*Org.dummy[1] +
b6 * CFI.dummy[1]*RFA.dummy[1] +
b7 * RFA.dummy[1]*Org.dummy[1] /
U(alt2) = b0 + b1 * Price +
b2 * CFI +
b3 * Org +
b4 * RFA +
b5 * CFI*Org +
b6 * CFI*RFA +
b7 * RFA*Org
$