setPhase {DiGGer} | R Documentation |
Modify an existing DiGGer
search Phase.
## S3 method for class 'DiGGer' setPhase(this, phaseNo = 1, ...)
this |
A |
phaseNo |
The |
... |
A DiGGer |
A DiGGer Phase
object controls a search within DiGGer. The
initial phase will use the initial design supplied to, or constructed
by, the DiGGer()
constructor function. Subsequent search
phases use the best design found in the previous search phase.
The search Phase
defines the template blocks for allowable
swaps and for blocks of correlated error. The A-measure type, target
A-measure, maximum treatment interchanges to test and search intensity
paramaters are specified. The number of objectives is given
numberOfObjectives >= 1
, and an Objective
object supplied
for each of these objectives.
Neil Coombes