hiddenInputs: Get the estimated hidden inputs

Description Usage Arguments Value Examples

Description

Get the estimated hidden inputs

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
hiddenInputs(resultsSeeds, ind)

## S4 method for signature 'list,numeric'
hiddenInputs(resultsSeeds, ind)

## S4 method for signature 'list,missing'
hiddenInputs(resultsSeeds, ind)

## S4 method for signature 'resultsSeeds,missing'
hiddenInputs(resultsSeeds, ind)

Arguments

resultsSeeds

A object of the class 'resultsSeeds', which is returned from the algorithms.

ind

A numeric indicating the index of a 'resultsSeeds'-Object in a list. If not set the last listed object will be used.

Value

Dataframe containing the estimated hidden inputs

Examples

1
2
3
data(uvb_res)

hiddenInputs(res[[2]])

Newmi1988/seeds documentation built on Aug. 7, 2021, 8:22 p.m.