Learn R Programming

EGRETci (version 1.0.2)

bootAnnual: bootAnnual

Description

One bootstrap run.

Usage

bootAnnual(eList, blockLength = 200)

Arguments

eList

named list with at least the Daily, Sample, and INFO dataframes. Created from the EGRET package, after running modelEstimation.

blockLength

integer suggested value is 200

Examples

Run this code
# NOT RUN {
library(EGRET)
eList <- Choptank_eList
# }
# NOT RUN {
annualResults <- bootAnnual(eList)
# }

Run the code above in your browser using DataLab