setLinearCovariate {DiGGer} | R Documentation |
Set the Linear Covariate in a DiGGer
search objective.
## S3 method for class 'DiGGer' setLinearCovariate(this, phaseNo = 1, objectiveNo = 1, linearCovariate = "NONE", ...) ## S3 method for class 'Phase' setLinearCovariate(this, objectiveNo = 1, linearCovariate = "NONE", ...) ## S3 method for class 'Objective' setLinearCovariate(this, linearCovariate = "NONE", ...)
this |
A |
phaseNo |
The phase number of the DiGGer search to be modified. |
objectiveNo |
The objective number of the DiGGer search phase to be modified. |
linearCovariate |
A text specifying the linear covariate:
|
... |
Not used. |
Neil Coombes