outputEstimates {seeds}R Documentation

Get the estimated outputs

Description

Get the estimated outputs

Usage

outputEstimates(resultsSeeds, ind)

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

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

## S4 method for signature 'resultsSeeds,missing'
outputEstimates(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

Dafaframe with estimated measurements.

Examples


data(uvb_res)

outputEstimates(res[[2]])


[Package seeds version 0.9.1 Index]