run {DiGGer} | R Documentation |
Run a DiGGer
search to optimise a design subject to specified
correlation, blocking and A-measure type.
## S3 method for class 'DiGGer' run(this, newStart = FALSE, newPath = FALSE, err = errcodes, continue=FALSE, ...)
this |
A |
newStart |
If |
newPath |
If |
err |
Data file of error codes. |
continue |
If |
... |
Not used. |
A DiGGer
design object.
ddphase |
A list with an element for each phase of the search
initially set |
dlist |
A data frame holding the field-book listing of the design, with rows nested within columns of the design. |
errcode |
The numeric code for the error status of the DiGGer run. Non-zero codes indicate a fault in the search. |
idsgn |
The matrix of design numbers used as the
|
iswap |
The matrix of swap codes used to restrict interchanges between experimental units of the design. |
treatment |
A dataframe with columns |
Neil Coombes
Coombes, N.E. (2002) The Reactive Tabu Search for Efficient Correlated Experimental Designs. PhD Thesis, Liverpool John Moores University.
# Example of search set up for 21 treatments # arranged in 21 rows by 3 columns # with replicates 21 rows by 1 column d21 <- corDiGGer(21, 21,3, 21,1) d21 <- run(d21)