Learn R Programming

PFIM (version 6.0.3)

getDataFrameResults: Get the dataframe of the results.

Description

Get the dataframe of the results.

Usage

getDataFrameResults(object, threshold)

# S4 method for FedorovWynnAlgorithm getDataFrameResults(object, threshold)

# S4 method for MultiplicativeAlgorithm getDataFrameResults(object, threshold)

# S4 method for Optimization getDataFrameResults(object, threshold)

Value

Return the dataframe of the results.

Arguments

object

An object from the class OptimizationAlgorithm.

threshold

The threshold for the optimal weights / frequencies for the multiplicative and FW algorithms.