setMaxInterchanges {DiGGer} | R Documentation |
Set the maximum number of treatment interchanges in a DiGGer
search Phase.
## S3 method for class 'DiGGer' setMaxInterchanges(this, phaseNo = 1, maxInterchanges = 1e+05, ...) ## S3 method for class 'Phase' setMaxInterchanges(this, maxInterchanges = 1e+05, ...)
this |
A |
phaseNo |
The phase number of the |
maxInterchanges |
The maximum number of interchanges to test in
this search |
... |
Not used. |
Neil Coombes