addObjective {DiGGer} | R Documentation |
Add an Objective
to a search phase in a DiGGer search.
## S3 method for class 'DiGGer' addObjective(this, phaseNo = 1, newObjective = Objective(), ...) ## S3 method for class 'Phase' addObjective(this, newObjective = Objective(weight = 1.00, linearCovariate = "NONE", numberOfBlocks = 0, blocks=NULL, corr=Correlation(), ...), ...)
this |
The |
phaseNo |
The |
newObjective |
The |
... |
Not used. |
Neil Coombes