by johnr » Mon Nov 12, 2012 11:03 am
Dear Nashkato
The procedure syntax is exactly the same for all model types. For example
Design
;alts = alt1, alt2
;rows = 12
;eff = (rppanel,d)
;rep = 500
;rdraws = halton(250)
;model:
U(alt1) = b1[3.94] + b2.effects[n,1.2,0.3|n,0.3,0.1] * A[0,1,2] + b3[2.5] * B[0,1] /
U(alt2) = b2 * A + b4[u,0.5,1.5] * C[2,4,6,8] $
The above syntax will produce a design in which the attribute A is effects coded.
John