setObjective {DiGGer} | R Documentation |
Modify an existing Objective
to be optimised in a DiGGer
search.
## S3 method for class 'DiGGer' setObjective(this, phaseNo = 1, objectiveNo = 1, ...) ## S3 method for class 'Phase' setObjective(this, objectiveNo, weight=1.00, linearCovariate="NONE", blocks=NULL, corr=Correlation(), ...)
this |
A |
phaseNo |
The |
objectiveNo |
The |
weight |
Weight to multiply the A-measure associated with the objective. |
linearCovariate |
Code for the linear covariate of this objective. One of "NONE", "ROWS","COLUMNS" or "BOTH". |
blocks |
Either |
corr |
The |
... |
Not used. |
Neil Coombes