Save EGRETci workspace after running wBT (the WRTDS bootstrap test)
Source:R/wBTCode.R
saveEGRETci.Rd
Saves critical information in a EGRETci workflow when analyzing trends between a starting and ending year.
Arguments
- eList
named list with at least the Daily, Sample, and INFO dataframes. Created from the EGRET package, after running
modelEstimation
.- eBoot
named list. Returned from
wBT
.- caseSetUp
data frame. Returned from
trendSetUp
.- fileName
character. If left blank (empty quotes), the function will interactively ask for a name to save.
Examples
eList <- EGRET::Choptank_eList
if (FALSE) {
caseSetUp <- trendSetUp(eList)
eBoot <- wBT(eList,caseSetUp)
saveEGRETci(eList, eBoot, caseSetUp)
}