getObjectiveWeight {DiGGer} | R Documentation |
Get the weight used to scale the A-measure associated with a DiGGer objective.
## S3 method for class 'DiGGer' getObjectiveWeight(this, phaseNo = 1, objectiveNo = 1, ...) ## S3 method for class 'Phase' getObjectiveWeight(this, objectiveNo = 1, ...) ## S3 method for class 'Objective' getObjectiveWeight(this, ...)
this |
A |
phaseNo |
The |
objectiveNo |
The |
... |
Not used. |
Neil Coombes