|  | 
|  | 
| The PLAN Procedure | 
The following statements depict how to create an appropriately randomized generalized cyclic incomplete block design for  treatments (given by the value of t) in
 treatments (given by the value of t) in  blocks (given by the value of b) of size
 blocks (given by the value of b) of size  (with values of p indexing the cells within a block) with initial block
 (with values of p indexing the cells within a block) with initial block  and increment number
 and increment number  .
. 
|  factors b= | |
|  treatments t= | 
For example, the specification
   proc plan seed=37430;
      factors b=10 p=4;
      treatments t=4 of 30 cyclic (1 3 4 26) 2;
   run;
generates the generalized cyclic incomplete block design given in Example 1 of Jarrett and Hall (1978), which is given by the rows and columns of the plan associated with the treatment factor t in Output 65.5.1.
| Plot Factors | |||
|---|---|---|---|
| Factor | Select | Levels | Order | 
| b | 10 | 10 | Random | 
| p | 4 | 4 | Random | 
|  | 
|  | 
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.