The program crashed after I ran the following set of codes from p.78 in Ngene 112 manual. Any idea what went wrong?
?This will generate a simultaneous orthogonal design wtih interactions between x2*x3
?This will crash!
Design
;alts = alt1, alt2, alt3
;rows = 8
;orth =sim
;model:
U(alt1) = b01 + b1*x1[0,1] + b2*x2[0,1] +b3*x1*x2 /
U(alt2) = b02 + b1*x1[0,1] + b2*x2[0,1] /
U(alt3) = b1*x1[0,1] + b2*x2[0,1] $