getLinearCovariate {DiGGer} | R Documentation |
Get the linear covariate from a DiGGer objective.
## S3 method for class 'DiGGer' getLinearCovariate(this, phaseNo = 1, objectiveNo = 1, ...) ## S3 method for class 'Phase' getLinearCovariate(this, objectiveNo = 1, ...) ## S3 method for class 'Objective' getLinearCovariate(this, ...)
this |
A |
phaseNo |
The |
objectiveNo |
The |
... |
Not used. |
A text "NONE", "ROWS", "COLUMNS" or "BOTH".
Neil Coombes