I have a silly question. Are there any reasons why "orth" command (sim, seq, seq2 or ood) generates always the fist choice in the fist choice situation equal to the each lower attribute levels? Can someone give me any suggestions to remove this problem? Here you may see the design sintax.
- Code: Select all
design
;alts=P1*, P2*, SQ
;rows=16
;orth=seq2
;block=2
;model:
U(P1) = b0
+b1.effect[0|0|0]*view[-3,-1,1,3]
+b2*co[5.5,7,8.5,10]
+b3*bio[-50,-25,0,10]
+b4*land[-10,-5,0,2]
+b5.effect[0|0|0]*recr[-3,-1,1,3]
+b6*cost[0,25,50,75,100,125,150,175]/
U(P2) = b1.effect*view
+b2*co
+b3*bio
+b4*land
+b5.effect*recr
+b6*cost$
Thanks