periodic_fit_process: Compute a baseline and periodic fit to data.

Description Usage Arguments Value Examples

View source: R/periodic_fit_process.R

Description

periodic_fit_process Returns a list of fitted and predicted values of periodically repeating data. This works over a list of data sites efficiently processing multiple locations

Usage

1

Arguments

data

a data frame with three columns: date (a POSIX date), time (the decimal time) and the value

formulas

a list of formulas for the regression that we are computing for the baseline fit

Value

A list of two things: the fitted values at a 95

Examples

1
# To be filled in later

jmzobitz/periodicFitting documentation built on July 25, 2021, 8:02 p.m.