Dear Ngene experts:
I am relatively new to Ngene. In the design of DCE, I encountered some questions. I want to find the answers in the forum. If I can get your help, I would appreciate it very much.
This is my syntax:
Design
;alts=alt1*,alt2*,alt3
;rows=12
;block=6
;eff=(mnl,d)
;model:
U(alt1)=b1.effects[0.001]*A[0,1]+b2.effects[0.002|0.001]*B[0,1,2]+b3.effects[0.003|0.002|0.001]*C[0,1,2,3]+b4.effects[0.002|0.001]*D[0,1,2]+ b5.effects[-0.002|-0.001]*E[0,1,2]/
U(alt2)=b1*A+b2*B+b3*C+b4*D+b5*E/
U(alt3)=b0[0]
$
First, I have two questions about the formatting experiments:
1 As shown above, my syntax is “rows=12, block=2”.I added block to my syntax, but it didn’t shown up in the final display, it only shows consecutive scenarios 1 to 12. Should I automatically use scenario 1 to 6 as the first block and scenario 7 to 12 as the second block?
2 In final display, ”no choice alternatives(alt3)” are also not shown. Do I need to add it manually in “configure scenario formatting”?
Then there are some details.
3 As shown above, the number of my attribute levels is 2,3,4. And I set “rows=12, block=2”. So I have 6 in each block, but 6 is not divisible by 2,3,4. And my question is “Is it ok for attribute level imbalance within each block?
4 For example, the variable C in the syntax represents the “payment ceiling”. Because level 3 is the base. So 3 stands for 1000 yuan, and 2 for 2000, 1 for 3000, 0 for 4000. But it’s a little awkward. So I’d like to ask, is it feasible to change the order of all attribute levels from 0,1,2,3 to 3,2,1,0? Then 0 stands for 1000 yuan, 1 for 2000, 2 for 3000,3 for 4000. As shown below:
Design
;alts=alt1*,alt2*,alt3
;rows=12
;block=6
;eff=(mnl,d)
;model:
U(alt1)=b1.effects[0.001]*A[1,0]+b2.effects[0.002|0.001]*B[2,1,0]+b3.effects[0.003|0.002|0.001]*C[3,2,1,0]+b4.effects[0.002|0.001]*D[2,1,0]+ b5.effects[-0.002|-0.001]*E[2,1,0]/
U(alt2)=b1*A+b2*B+b3*C+b4*D+b5*E/
U(alt3)=b0[0]
$
If my question seems very ignorant, please forgive me. Thank you again for your help