Learn R Programming

EGRETci (version 1.0.0)

ciCalculations: ciCalculations

Description

Interactive function to calculate WRTDS confidence bands

Usage

ciCalculations(eList, ...)

Arguments

eList
named list with at least the Daily, Sample, and INFO dataframes. Created from the EGRET package, after running modelEstimation.
...
optionally include nBoot, blockLength, or widthCI

Examples

Run this code
library(EGRET)
eList <- Choptank_eList
CIAnnualResults <- ciCalculations(eList)

Run the code above in your browser using DataLab