When I try to produce an ood design with the following code, It appears to run, and finish normally but no design appears:
Design
;alts = alt1, alt2,none
;rows = 36
;orth = ood
;model:
U(alt1) = b1
+ b2.dummy[0|0] * A[0,1,2]
+ b3.dummy[0|0] * B[0,1,2]
+ b4.dummy[0|0|0|0|0] * C[0,1,2,3,4,5]
+ b5[0] * D[0,1,2,3,4,5] /
U(alt1) = b10
+ b2.dummy[0|0] * A[0,1,2]
+ b3.dummy[0|0] * B[0,1,2]
+ b4.dummy[0|0|0|0|0] * C[0,1,2,3,4,5]
+ b5[0] * D[0,1,2,3,4,5] $
Here is the output:
Warning: Defaulting to prior values of zero for the following priors: 'b1, b10'
Finished.
However, there is no design produced.
Any help would be appreciated.