getDataFrameResults {PFIM} | R Documentation |
Get the dataframe of the results.
Description
Get the dataframe of the results.
Usage
getDataFrameResults(object)
## S4 method for signature 'FedorovWynnAlgorithm'
getDataFrameResults(object)
## S4 method for signature 'MultiplicativeAlgorithm'
getDataFrameResults(object)
## S4 method for signature 'Optimization'
getDataFrameResults(object)
Arguments
object |
An object from the class OptimizationAlgorithm. |
Value
Return the dataframe of the results.
[Package PFIM version 6.1 Index]