ciBands: ciBands

Description Usage Arguments Examples

Description

ciBands

Usage

1
ciBands(eList, repAnnualResults, probs = c(0.05, 0.95))

Arguments

eList

named list

repAnnualResults

named list returned from bootstrapping process

probs

vector high and low confidence interval percentages

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
library(EGRET)
eList <- Choptank_eList
nBoot <- 100
blockLength <- 200
## Not run: 

repAnnualResults <- vector(mode = "list", length = nBoot)
for(n = 1:nBoot){
   annualResults <- bootAnnual(eList, blockLength)
   repAnnualResults[[n]] <- bootAnnual(eList, blockLength)
}

CIAnnualResults <- ciBands(eList, repAnnualResults)


## End(Not run)

fawda123/EGRETci documentation built on May 16, 2019, 10:57 a.m.