setEvaluationInitialDesignResults {PFIM} | R Documentation |
Set the evaluation results of the initial design.
Description
Set the evaluation results of the initial design.
Usage
setEvaluationInitialDesignResults(object, value)
## S4 method for signature 'Optimization'
setEvaluationInitialDesignResults(object, value)
Arguments
object |
An object from the class Optimization. |
value |
An object from the class Evaluation giving the evaluation results of the initial design. |
Value
The object with the updated object from the class Evaluation.
[Package PFIM version 6.0.3 Index]