Learn R Programming

EGRETci (version 1.0.0)

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
library(EGRET)
eList <- Choptank_eList
annualResults <- bootAnnual(eList)

Run the code above in your browser using DataLab