Hello Prof and admin members,
I am trying to run optimal orthogonal design with the following features and syntax but the D optimality shown by N gene is zero. Kindly suggest what mistake I am making and how can I rectify it. Thanking you in anticipation
Attributes and levels
Price ($/lb): $5, $7.75, $10.5, $13.25, $16 ($2.75 increments, modified to five levels)
Carbon-friendly: Yes, No label
Humanely raised: Yes, No label
Traceability: Blockchain traceable, No label
Dummies
Carbon-friendly: Yes = 1, No label =0
Humanely raised: Yes =1, No label =0
Traceability: Blockchain traceable =1, No label=0
Syntax for optimal orthogonal Design:
;alts= optA*, optB*, Neither
;rows=36
;orth=ood
;block=4
;model:
U(optA) = b1 [0] * Price[$5, $7.75, $10.5, $13.25, $16]
+ b2.dummy[0]* Carbonfriendly[1,0]
+ b3.dummy[0]* Humanelyraised[1, 0]
+ b4.dummy[0] * Traceability[1, 0] /
U(optB) = b1 * Price
+ b2 * Carbonfriendly
+ b3 * Humanelyraised
+ b4 * Traceability
$
I tried using 40 rows(4 blocks*10 choice sets) and 30 (3*10) ,still it did not work.
Best,
Mariam Ishaq