Dear NGene users,
In my design I have two alternatives (2 new types of bio-based fertiliser A and B) and a current artificial fertilizer use as status quo.
When I generate the scenario's I have for example the option with only levels 0 in alt 1 (in an other scenario alt2 has only levels 0):
alt1 alt2
a 0 2
b 0 1
c 0 3
d 0 0
e 0 0
f 0 0
h 0 1
Choice question:
The problem is that this differs only very little from the current option. Will this give me enough information or can I introduce syntax to overcome this? I heard something about rseed, but I dont understand how this can help or how I should implement that?
My code:
Design
;alts=alt1,alt2, alt3
;rows=13
;orth=seq
;eff = (mnl, d)
;block=2
;model:
U(alt1)=b2[0]*A[0,1,2,3]
+ b3[0|0|0].effects*B[0,1,2,3]
+ b4[0]*C[0,1,2,3]
+ b5[0].effects*D[0,1]
+ b6[0].effects* E[0,1]
+ b7[0].effects* F[0,1]
+ b8[0].effects*H[0,1] /
U(alt2)=b2*A+b3*B+ b4* C+b5 *D+ b6* E+ b7*F+ b8* H/
U(alt3)=b1[0]$
Does anyone have an idea? Thank you very much for your help!
Louise