Labeled DCE with constants
Posted: Wed Feb 21, 2018 2:46 am
Hi, I have set this syntax to be run on NGENE with 3 alternatives and for each one of them there is a different constant coefficient. This is a labeled DCE and the third option is the preferred one in the pilot as it is possible to see from the coefficients. Unfortunately, the final design seems not to take into account these coefficients. How can I fix this problem?
Below I put the syntax and its result.
Design
;alts = SQ, AltB, AltC, AltD
;rows =4
;eff = (mnl,d)
;model:
U(AltB) = b4[-0.2563516] + b2[0.00000001] * Bt1[0,1] + b3[-0.013]* Ct1[50,90,160,300] /
U(AltC) = b5[1.87443] + b2 * Bt1 + b3 * Ct1 /
U(AltD) = b6[3.300526]] + b2 * Bt1 + b3 * Ct1
$
Below I put the syntax and its result.
Design
;alts = SQ, AltB, AltC, AltD
;rows =4
;eff = (mnl,d)
;model:
U(AltB) = b4[-0.2563516] + b2[0.00000001] * Bt1[0,1] + b3[-0.013]* Ct1[50,90,160,300] /
U(AltC) = b5[1.87443] + b2 * Bt1 + b3 * Ct1 /
U(AltD) = b6[3.300526]] + b2 * Bt1 + b3 * Ct1
$