Restrictions and partial profile design
Posted: Tue Jul 12, 2022 4:34 pm
Dear all,
I am running the following explicit partial profile design, using a candidate set and restrictions:
Design
;alts = progA, progB
;rows = 14
;block = 2
;eff = (mnl,d)
;alg = mfederov(candidates = explicit_profile3.csv)
;reject:
progA.yol=3 and progA.qol=6,
progB.yol=3 and progB.qol=6
;model:
U(progA) =
+ byol[0.000001] * yol[0,0.5,1,3]
+ bqol[0.000001] * qol[2,4,6]
+ bexp.dummy[0.000001|0.000002] * exp[0,1,2]
+ bsize[0.000001] * size[50,5000,10000]
+ bequ[0.000001] * equ[25,50,75]
+ bcost[-0.000001] * cost[20,40,60]
/
U(progB) = byol * yol
+ bqol * qol
+ bexp * exp
+ bsize * size
+ bequ * equ
+ bcost * cost
$
Despite adding the restrictions above, I'm getting a choice set in which progB.yol=3 and progB.qol=6 ... is that normal? or do I have a mistake in my syntax?
Many thanks!
Best wishes,
Pamela.
I am running the following explicit partial profile design, using a candidate set and restrictions:
Design
;alts = progA, progB
;rows = 14
;block = 2
;eff = (mnl,d)
;alg = mfederov(candidates = explicit_profile3.csv)
;reject:
progA.yol=3 and progA.qol=6,
progB.yol=3 and progB.qol=6
;model:
U(progA) =
+ byol[0.000001] * yol[0,0.5,1,3]
+ bqol[0.000001] * qol[2,4,6]
+ bexp.dummy[0.000001|0.000002] * exp[0,1,2]
+ bsize[0.000001] * size[50,5000,10000]
+ bequ[0.000001] * equ[25,50,75]
+ bcost[-0.000001] * cost[20,40,60]
/
U(progB) = byol * yol
+ bqol * qol
+ bexp * exp
+ bsize * size
+ bequ * equ
+ bcost * cost
$
Despite adding the restrictions above, I'm getting a choice set in which progB.yol=3 and progB.qol=6 ... is that normal? or do I have a mistake in my syntax?
Many thanks!
Best wishes,
Pamela.