I will like to examine both the linear and non-linear effects of a particular attribute. Do I have to first enter a parameter (B) for the attribute without a dummy/effects coded to examine the linear component and then enter it again as a dummy/effect coded in the same model within the Ngene syntax to examine the non-linear effects? See my Ngene syntax below
Design
;alts = alt1, alt2, alt3
;rows =18
;eff = (mnl,d)
;block = 3
;reject:
Alt1.C= Alt1.D,
Alt1.C= Alt1.F,
Alt1.D=0, Alt1.F=2,
Alt1.F=0, Alt1.D=2,
Alt2.C= Alt2.D,
Alt2.C= Alt2.F,
Alt2.D=0, Alt2.F=2,
Alt2.F=0, Alt2.D=2
;model:
U(alt1)= b1[0] + b2[0]* A[0,1,2] + b3[0]* B[0,1,2]+ b4[0]* C[0,1,2]+ b5[0]* D[0,1,2] + b6[0]* E[0,1,2]+ b7[0]* F[0,1,2]+ b8[0]*C*D + b9[0]*C*E+ b10[0]*C*F +b11[0]*D*F+ b12[0]*A*F +b2.effects* A[0,1,2] + b3.effects* B[0,1,2]+ b4.effects* C[0,1,2]+ b5.effects* D[0,1,2] + b6.effects* E[0,1,2]+ b7.effects* F.[0,1,2] /
U(alt2)= b2* A + b3* B + b4* C + b5* D + b6* E + b7* F + b8*C*D + b9*C*E+ b10*C*F +b11*D*F+ b12*A*F +b2.effects* A[0,1,2] + b3.effects* B[0,1,2]+ b4.effects* C[0,1,2]+ b5.effects* D[0,1,2] + b6.effects* E[0,1,2]+ b7.effects* F.[0,1,2] $
i will appreciate your comments on my design. I am doing a pilot to generate prior parameters for the final D-efficient design
Best regards,
Gilbert