Dear all
I was trying to use the below design for the pilot stage of a project where I do not have information on priors. I have noticed that despite this is a fairly simple design with little constraints, some levels of attribute B alt1 tend to appear with some other specific levels of attribute B alt2 (and vice versa). This is affecting the results I am getting while I simulate the design. This still hold even if I am doubling the number of rows or introduce a constraint to avoid dominant choices.
Is there any way to make sure that most combinations of levels of the same attribute are covered in the design (avoiding for instance that B(alt1) fourth level mostly appears against B(alt2) first level ?)?
Please see below the syntax and the output file.
Design
;alts = alt1, alt2
;rows = 24
;block = 4
;eff = (mnl,d)
;model:
U(alt1) = b1 [0.0] * A[1,2](11-13,11-13) + b2 [0.0] * B[1,2,3,4](5-7,5-7,5-7,5-7) + b3 [0.0] * C[1,2](11-13,11-13) + b4 [0.0] * D[1,2](11-13,11-13) /
U(alt2) = b1 [0.0] * A[1,2](11-13,11-13) + b2 [0.0] * B[1,2,3,4](5-7,5-7,5-7,5-7) + b3 [0.0] * C[1,2](11-13,11-13) + b4 [0.0] * D[1,2](11-13,11-13)
$
Ch alt1a alt1b alt1c alt1d alt2a alt2b alt2c alt2d Block
1 2 2 2 2 1 3 1 1 1
2 1 4 2 2 1 1 1 1 2
3 2 1 1 1 1 4 2 2 4
4 1 3 2 2 2 2 1 1 3
5 2 3 1 1 1 2 2 2 2
6 1 3 1 1 2 2 2 2 1
7 1 2 1 1 2 3 2 2 2
8 1 4 1 1 2 1 1 2 4
9 2 4 1 2 1 1 2 1 1
10 2 1 1 1 1 3 2 2 2
11 1 2 1 2 2 3 2 1 4
12 2 4 2 2 1 1 2 1 4
13 2 1 2 2 1 4 1 1 3
14 1 1 1 2 2 4 2 1 1
15 2 3 2 1 1 2 1 2 3
16 1 2 2 1 2 3 1 2 1
17 1 3 2 2 2 1 1 1 3
18 2 4 2 1 1 1 1 2 1
19 1 4 1 1 2 1 2 2 4
20 2 1 2 1 1 4 1 2 4
21 2 2 1 2 2 4 2 1 2
22 1 1 2 2 2 4 1 1 3
23 2 3 1 2 1 2 2 1 3
24 2 3 2 1 2 3 2 2 2
Thanks for your help
Michele