Large values in var/cov matrix, is this ok?
Posted: Tue Mar 20, 2012 8:11 pm
Dear all,
I have created a code for an orthogonal design for a labeled experiment (about screening tests) that allows for the estimation of all two-way interactions and in which a no choice option (Notest) is present. I would like to have alternative specific parameters for all attributes and interactions, i have left out the constant in the utility equation for the combi alternative. I have two questions: (1) Is this code ok? I found high values in the MNL covariance matrix, for example: bo/bo = 38.40, b0/b4 = -13.36, b11/b15 = -13.02 is this a problem, I don't really understand the high values?
design
;alts = Stool, Blood, Combi, Notest
;rows = 36
;orth = sim
;block = 3
;model:
U(Stool) = b0 + b1 * SENS[50,70,90]
+ b2 * SPEC[5,15,25]
+ b3 * RR[10,20,30]
+ b4 * LE [1,0]
+ b5 * SENS * SPEC
+ b6 * SENS * RR
+ b7 * SENS * LE
+ b8 * SPEC * RR
+ b9 * SPEC * LE
+ b10 * RR * LE
/
U(Blood) = b11 + b12 * SENS[50,70,90]
+ b13 * SPEC[5,15,25]
+ b14 * RR[10,20,30]
+ b15 * LE [1,0]
+ b16 * SENS * SPEC
+ b17 * SENS * RR
+ b18 * SENS * LE
+ b19 * SPEC * RR
+ b20 * SPEC * LE
+ b21 * RR * LE
/
U(Combi) = b22 * SENSC[55,75,95]
+ b23 * SPECC[10,20,30]
+ b24 * RRC[15,25,35]
+ b25 * LEC [1,0]
+ b26 * SENSC * SPECC
+ b27 * SENSC * RRC
+ b28 * SENSC * LEC
+ b29 * SPECC * RRC
+ b30 * SPECC * LEC
+ b31 * RRC * LEC
$
I look forward to get an answer to these questions.
Kind regards,
Tim
I have created a code for an orthogonal design for a labeled experiment (about screening tests) that allows for the estimation of all two-way interactions and in which a no choice option (Notest) is present. I would like to have alternative specific parameters for all attributes and interactions, i have left out the constant in the utility equation for the combi alternative. I have two questions: (1) Is this code ok? I found high values in the MNL covariance matrix, for example: bo/bo = 38.40, b0/b4 = -13.36, b11/b15 = -13.02 is this a problem, I don't really understand the high values?
design
;alts = Stool, Blood, Combi, Notest
;rows = 36
;orth = sim
;block = 3
;model:
U(Stool) = b0 + b1 * SENS[50,70,90]
+ b2 * SPEC[5,15,25]
+ b3 * RR[10,20,30]
+ b4 * LE [1,0]
+ b5 * SENS * SPEC
+ b6 * SENS * RR
+ b7 * SENS * LE
+ b8 * SPEC * RR
+ b9 * SPEC * LE
+ b10 * RR * LE
/
U(Blood) = b11 + b12 * SENS[50,70,90]
+ b13 * SPEC[5,15,25]
+ b14 * RR[10,20,30]
+ b15 * LE [1,0]
+ b16 * SENS * SPEC
+ b17 * SENS * RR
+ b18 * SENS * LE
+ b19 * SPEC * RR
+ b20 * SPEC * LE
+ b21 * RR * LE
/
U(Combi) = b22 * SENSC[55,75,95]
+ b23 * SPECC[10,20,30]
+ b24 * RRC[15,25,35]
+ b25 * LEC [1,0]
+ b26 * SENSC * SPECC
+ b27 * SENSC * RRC
+ b28 * SENSC * LEC
+ b29 * SPECC * RRC
+ b30 * SPECC * LEC
+ b31 * RRC * LEC
$
I look forward to get an answer to these questions.
Kind regards,
Tim