Learn R Programming

EGRETci (version 1.0.2)

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
# NOT RUN {
library(EGRET)
eList <- Choptank_eList
# }
# NOT RUN {
CIAnnualResults <- ciCalculations(eList)
# }

Run the code above in your browser using DataLab