Learn R Programming

baytrends

Windows Linux OSX

The baytrends package was developed to enable users to evaluate long-term trends in the Chesapeake Bay using a Generalized Additive Modeling (GAM) approach. The model development includes selecting a GAM structure to describe nonlinear seasonally-varying changes over time, incorporation of hydrologic variability via either a river flow or salinity, the use of an intervention to deal with method or laboratory changes suspected to impact data values, and representation of left- and interval-censored data. This approach, which is fully transferable to other systems, allows for Chesapeake Bay water quality data to be evaluated in a statistically rigorous, yet flexible way to provide insights to a range of management- and research-focused questions.

Installation

The CRAN version of baytrends from CRAN can be installed with the code below.

install.packages("baytrends")

In some cases not all dependent packages are available on the user’s system. In these cases installing all dependencies is necessary.

install.packages("baytrends", dependencies = TRUE)

The development version (with vignettes) from GitHub can be installed with the code example below using the remotes package.

if(!require(remotes)){install.packages("remotes")}  #install if needed
install_github("tetratech/baytrends", force = TRUE, build_vignettes = TRUE)

Copy Link

Version

Install

install.packages('baytrends')

Monthly Downloads

435

Version

2.0.12

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Erik Leppo

Last Published

July 26th, 2024

Functions in baytrends (2.0.12)

.ExpNmCens

Expectation maximization function: Normal case
detrended.flow

Create Seasonally Detrended Flow Data Set
.ExpNlCens

Expectation maximization function: Normal case, left censured
.H1

Print out 1st level header (shortened pandoc.header)
.ExpLNlCens

Expectation maximization function: Log-normal case, left censured
.ExpLNiCens

Expectation maximization function: Log-normal case, i censured
.appendDateFeatures

Appends date features to data frame
.H2

Print out 2nd level header (shortened pandoc.header)
.gamDiffPORtbl

Compute and present report on percent different for log-transformed data
.F

Print out figure title (customization of pandoc.emphasis and pandoc.strong )
.checkRange

Check Data Range -- function that checks for allowable values
.H

Print out header (shortened pandoc.header)
.ExpNrCens

Expectation maximization function: Normal case, right censured
.ExpLNrCens

Expectation maximization function: Log-normal case, right censured
.gamCoeff

Prepare table of coefficients for GAM analysis
filterWgts

Create filter weights
.H3

Print out 3rd level header (shortened pandoc.header)
flwAveragePred

Flow Averaged Predictions
detrended.salinity

Create Seasonally Detrended Salinty Data Set
loadData

Load/Clean CSV and TXT Data File
gamTest

Perform GAM analysis
gamPlotDispSeason

Plot censored gam fits vs. time
.T

Print out table title (customization of pandoc.emphasis and pandoc.strong )
sal

Salinity data
loadModels

Load Built-in GAM formulas
loadExcel

Load/Clean Excel sheet
loadModelsResid

Load Built-in GAM formulas for calculating residuals
.V

Print out text (blended pandoc.emphasis, .verbatim, and .strong)
.reAttDF

Re-attribute df based on previous df
gamPlotDisp

Plot censored gam fits vs. time
gamDiff

Compute an estimate of difference based on GAM results
impute

Impute Censored Values
.vTable

Print out character vector table in wrapped mode
.fmtPval

Format pvalues
.gamANOVA

Prepare ANOVA table for GAM analysis
.H4

Print out 4th level header (shortened pandoc.header)
nobs

Compute the Number of Non-Missing Observations
saveDF

Save R object to disk
imputeDF

Impute Censored Values in dataframes
.mergeFlow

merge flow variable into analysis data frame and update iSpec with variable name
layerAggregation

Aggregate data layers
.mergeSalinity

merge salinity into analysis data frame and update iSpec with variable name
layerLukup

Layer List
.findFile

Find Recent File Information
parameterList

Parameter List
.chkParameter

Reduce dataframe and parameter list based on user selected parameterFilt
unSurvDF

Converts Surv objects in a dataframe to "lo" and "hi" values
.H5

Print out 5th level header (shortened pandoc.header)
usgsGages

USGS Gages
makeSurvDF

Convert dataframe to include survival (Surv) objects
.P

Paragraph (customization of pandoc.p)
na2miss

Recode Data
.gamPlotCalc

plots data and gam fit vs. time
.initializeResults

#### Initialize stat.gam.result and chng.gam.result
selectData

Select data for analysis from a larger data frame
gamTestSeason

Perform GAM analysis for Specified Season
unSurv

Converts Surv object into a 3-column matrix
eventNum

Event Processing
stationMasterList

Chesapeake Bay Program long-term tidal monitoring stations
seasAdjflow

Create Daily Seasonally-adjusted Log Flow Residuals
getUSGSflow

Retrieve USGS daily flow data in a wide format
fillMissing

Fill Missing Values
baseDay

Base Day
analysisOrganizeData

Analysis Organization & Data Preparation
baytrends-package

baytrends: Long Term Water Quality Trend Analysis
appendDateFeatures

Append Date Features
closeOut

Document Processing Time and Other Session Time
baseDay2decimal

Base Day
.ExpLNmCens

Expectation maximization function: Log-normal case, Cens
dectime

Decimal Time
createResiduals

Calculate GAM residuals
dataCensored

Chesapeake Bay Program Monitoring Data, 1985-2016
dectime2Date

Date Conversion
.ExpNiCens

Expectation maximization function: Normal case, i censured