Hi, I have the following design with five attributes (only one categorical, and the rest numerical) and two alternatives:
Design
;alts = progA*, progB*
;rows = 24
;block = 2
;eff = (mnl,d)
;alg = mfederov(candidates = candidate_set_pilot3_10nocost.csv)
;model:
U(progA) = b0[0.000001]
+ byol[0.000001] * yol[0.5,1,3]
+ bqol[0.000001] * qol[20,40,60]
+ bexp.dummy[0.000001|0.000002] * exp[0,1,2]
+ bsize[0.000001] * size[50,5000,10000]
+ bequ[0.000001] * equ[25,50,75]
/
U(progB) = byol * yol
+ bqol * qol
+ bexp * exp
+ bsize * size
+ bequ * equ
$
Since I want all choice tasks to have overlapping on two attributes, I am using a candidate set created in Stata. The candidate set is evenly distributed in terms of the overlappings per attribute: 7,776 rows overlap on "yol", 7,776 rows overlap on "qol", 7,776 rows overlap on "exp", etc..(total # rows: 19,440).
When I ask Ngene to create a D-efficient design (with priors close to zero), and using the candidate set indicated above, it gives me a design with no choice set overlapping on "exp" (D-error< 0.0009).
I have run the design with different numbers of rows and blocks, and I have also tried imposing restrictions on the number of times each level shows up. I have also used a candidate set with overlapping on just one attribute, in each choice set. Yet, I obtain choice sets with no overlap on "exp", or one at most (i.e when using 24 rows).
Do you know why is this happening? I would appreciate very much your help with this.
Many thanks!
Best wishes,
Pamela.