saveEGRETci {EGRETci} | R Documentation |
Save EGRETci workspace after running wBT (the WRTDS bootstrap test)
Description
Saves critical information in a EGRETci workflow when analyzing trends between a starting and ending year.
Usage
saveEGRETci(eList, eBoot, caseSetUp, fileName = "")
Arguments
eList |
named list with at least the Daily, Sample, and INFO dataframes. Created from the EGRET package, after running |
eBoot |
named list. Returned from |
caseSetUp |
data frame. Returned from |
fileName |
character. If left blank (empty quotes), the function will interactively ask for a name to save. |
Value
A .RData file containing three objects: eList, eBoot, and caseSetUp
See Also
wBT
, trendSetUp
, modelEstimation
Examples
eList <- EGRET::Choptank_eList
## Not run:
caseSetUp <- trendSetUp(eList)
eBoot <- wBT(eList,caseSetUp)
saveEGRETci(eList, eBoot, caseSetUp)
## End(Not run)
[Package EGRETci version 2.0.4 Index]