wBT: Run the WBT (WRTDS Bootstrap Test)

Description Usage Arguments Value See Also Examples

Description

Runs the WBT for a given data set to evaluate the significance level and confidence intervals for the trends between two specified years. The trends evaluated are trends in flow normalized concentration and flow normalized flux. Function produces text outputs and a named list (eBoot) that contains all of the relevant outputs.

Usage

1
wBT(eList, caseSetUp, saveOutput = TRUE, fileName = "temp.txt")

Arguments

eList

named list with at least the Daily, Sample, and INFO dataframes. Created from the EGRET package, after running modelEstimation.

caseSetUp

data frame. Returned from trendSetUp.

saveOutput

logical. If TRUE, a text file will be saved in the working directory.

fileName

character. Name to save the output file if saveOutput=TRUE.

Value

eBoot, a named list with bootOut,wordsOut,xConc,xFlux values

See Also

trendSetUp, setForBoot

Examples

1
2
3
4
5
6
7
library(EGRET)
eList <- Choptank_eList
## Not run: 
caseSetUp <- trendSetUp(eList)
eBoot <- wBT(eList,caseSetUp)

## End(Not run)

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