getDataFrameResults {PFIM}R Documentation

Get the dataframe of the results.

Description

Get the dataframe of the results.

Usage

getDataFrameResults(object, threshold)

## S4 method for signature 'FedorovWynnAlgorithm'
getDataFrameResults(object, threshold)

## S4 method for signature 'MultiplicativeAlgorithm'
getDataFrameResults(object, threshold)

## S4 method for signature 'Optimization'
getDataFrameResults(object, threshold)

Arguments

object

An object from the class OptimizationAlgorithm.

threshold

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

Value

Return the dataframe of the results.


[Package PFIM version 6.0.3 Index]