saveEGRETci: Save EGRETci workspace after wBT

Description Usage Arguments See Also Examples

Description

Saves critical information in a EGRETci workflow when analyzing trends over a set of two years.

Usage

1
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 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.

See Also

wBT, trendSetUp, modelEstimation

Examples

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)

fawda123/EGRETci documentation built on May 16, 2019, 10:57 a.m.