Learn R Programming

seeds (version 0.9.1)

hiddenInputs: Get the estimated hidden inputs

Description

Get the estimated hidden inputs

Usage

hiddenInputs(resultsSeeds, ind)

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

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

# S4 method for 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

Run this code
# NOT RUN {
data(uvb_res)

hiddenInputs(res[[2]])

# }

Run the code above in your browser using DataLab