Dear moderators,
I tried comparing efficiencies of two designs using the code shown below.
Design
;alts = appA, appB, neither
;rows = 16
;block = 2
;eff = (mnl,d,mean)
;eval = Eval_1.xlsx
;model :
U(appA) =
b_training.effect [(n,-0.53152,0.22209)|(n,-0.82365,0.23732)] * TRAINING [3,2,1]
+ b_monitoring.effect [(n,0.38913,0.49741)|(n,-0.00841,0.46258)] * MONITORING [3,2,1]
+ b_HE.effect [(n,0.01499,0.23337)|(n,-0.49564,.22903)] * HE [3,2,1]
+ b_typing.effect [(n,0.34457,0.33512)|(n,-0.18257,0.31939)] * TYPING[3,2,1]
/
U(appB) =
b_training.effect * TRAINING [3,2,1]
+ b_monitoring.effect * MONITORING [3,2,1]
+ b_HE.effect * HE [3,2,1]
+ b_typing.effect * TYPING [3,2,1]
/
U(neither) = ASC_n [(n,-1.70901,0.80793)]
$
However, all efficiency parameters including the D-error are shown as undefined.
My Eval_1.xlsx file contains Resp, choice situation, and attribute-levels for appA and appB as below.
1 1 3 3 3 3 1 2 1 1
1 2 2 1 3 2 3 3 1 3
1 3 3 1 2 1 2 2 1 2
1 4 2 3 3 1 3 1 2 2
1 5 1 1 2 2 3 2 3 3
1 6 3 3 2 2 2 1 1 1
1 7 3 3 1 2 2 2 3 3
1 8 2 2 1 3 1 3 3 1
1 9 2 3 3 2 3 2 2 3
1 10 2 1 1 3 3 2 2 1
1 11 3 2 3 1 2 3 2 3
1 12 3 2 1 2 2 1 2 1
1 13 2 3 2 2 1 1 1 3
1 14 1 2 3 2 2 3 1 1
1 15 3 1 3 2 2 2 2 1
1 16 3 3 1 1 2 2 2 2
Can you please advise why it's not running as expected?
Many thanks in advance.
Sumudu