getidsgn {DiGGer} | R Documentation |
Generate an initial design for a DiGGer
search.
getidsgn(ntrt, trep = NULL, nrbd, ncbd, nrbr, ncbr)
ntrt |
Number of distinct treatments in the design. |
trep |
Vector of treatment replications for each treatment in a design replicate. |
nrbd |
Number of rows in the design. |
ncbd |
Number of columns in the design. |
nrbr |
Number of rows in each replicate. |
ncbr |
Number of columns in each replicate. |
A matrix of design numbers matching the layout and replication levels specified.
Neil Coombes