Learn R Programming

seeds (version 0.9.1)

confidenceBands: Get the estimated confidence bands for the bayesian method

Description

Get the estimated confidence bands for the bayesian method

Usage

confidenceBands(resultsSeeds, slot, ind)

# S4 method for list,character,numeric confidenceBands(resultsSeeds, slot, ind)

# S4 method for list,character,missing confidenceBands(resultsSeeds, slot, ind)

# S4 method for resultsSeeds,character,missing confidenceBands(resultsSeeds, slot, ind)

Arguments

resultsSeeds

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

slot

Specifies the slot. Options are "states", "hiddenInputs", "outputs"

ind

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

Value

A dataframe containing the confidence bands of the estiamted states, hidden inputs and outputs

Examples

Run this code
# NOT RUN {
data(uvb_res)

confidenceBands(res, slot = "states", ind = 2) 

# }

Run the code above in your browser using DataLab