Description Usage Arguments See Also Examples
Saves critical information in a EGRETci workflow when analyzing trends over a set of two years.
| 1 | saveEGRETci(eList, eBoot, caseSetUp, fileName = "")
 | 
| 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. | 
wBT, trendSetUp, modelEstimation
| 1 2 3 4 5 6 7 8 | library(EGRET)
eList <- Choptank_eList
## Not run: 
caseSetUp <- trendSetUp(eList)
eBoot <- wBT(eList,caseSetUp)
saveEGRETci(eList, eBoot, caseSetUp)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.