Here is the proposed design:
Code: Select all
Design
;alts = A*, B*, C
;rows = 24
;block = 4
;eff = (mnl, d)
;alg = mfederov(candidates=400)
;reject:
B.Y0GAIN = 3 and B.Y0LOSS = -3,
B.Y0GAIN = 3 and B.Y0LOSS = -6,
B.Y0GAIN = 6 and B.Y0LOSS = -3,
B.Y0GAIN = 6 and B.Y0LOSS = -6,
C.Y0GAIN = 3 and C.Y0LOSS = -3,
C.Y0GAIN = 3 and C.Y0LOSS = -6,
C.Y0GAIN = 6 and C.Y0LOSS = -3,
C.Y0GAIN = 6 and C.Y0LOSS = -6,
B.Y3GAIN = 3 and B.Y3LOSS = -3,
B.Y3GAIN = 3 and B.Y3LOSS = -6,
B.Y3GAIN = 6 and B.Y3LOSS = -3,
B.Y3GAIN = 6 and B.Y3LOSS = -6,
C.Y3GAIN = 3 and C.Y3LOSS = -3,
C.Y3GAIN = 3 and C.Y3LOSS = -6,
C.Y3GAIN = 6 and C.Y3LOSS = -3,
C.Y3GAIN = 6 and C.Y3LOSS = -6
;model:
U(A) = ASC_Opt[-0.1] +
b_WORK[-.01]*WORK.ref[12] +
b_EXTRLOSS[0.1]*EXTRLOSS.ref[-16]
/
U(B) = b_Y[0.3] * Y0GAIN[0,3,6] +
b_Y * lambda.ref[1.6] * Y0LOSS[0,-3,-6] +
b_Y * theta.ref[0.36]* Y3GAIN[0,3,6] +
b_Y * gamma.ref[0.57] * Y3LOSS[0,-3,-6] +
b_LEG[.3]*LEG[0,2,4] +
b_EXTRLOSS * EXTRLOSS[-16,-12,-8] +
b_WORK * WORK[10,12,14]
/
U(C) = b_Y * Y0GAIN[0,3,6] +
b_Y * lambda.ref[1.6] * Y0LOSS[0,-3,-6] +
b_Y * theta.ref[0.36] * Y3GAIN[0,3,6] +
b_Y * gamma.ref[0.57] * Y3LOSS[0,-3,-6] +
b_LEG * LEG[0,2,4] +
b_EXTRLOSS * EXTRLOSS[-16,-12,-8] +
b_WORK * WORK[10,12,14]
$
I suspect that he is treating my formulation as an interaction (but then, why only for gamma?!)
Therefore, my question is: is it correct to treat fixed parameters the way I did? (lambda.ref, theta.ref, gamma.ref) ; any hint / comment regarding the method is welcomed.Choice situation a.work a.extrloss a.gamma a.y3loss b.y0gain b.leg b.extrloss b.work b.lambda b.y0loss b.theta b.y3gain b.gamma b.y3loss c.y0gain c.leg c.extrloss c.work c.lambda c.y0loss c.theta c.y3gain c.gamma c.y3loss Block a.gamma*a.y3loss b.gamma*b.y3loss c.gamma*c.y3loss
1 12 -16 0.57 0 0 2 -8 14 1.6 -6 0.36 0 0.57 -6 3 0 -16 10 1.6 0 0.36 6 0.57 0 3 0 -3.42 0
2 12 -16 0.57 0 3 4 -16 14 1.6 0 0.36 0 0.57 0 0 4 -8 10 1.6 0 0.36 0 0.57 -3 2 0 0 -1.71
3 12 -16 0.57 0 0 2 -8 14 1.6 0 0.36 0 0.57 -3 3 4 -16 10 1.6 0 0.36 0 0.57 0 4 0 -1.71 0