changingCalFUN: Calibration Interpolation Over Time.

Description Usage Arguments Examples

View source: R/cal_change.R

Description

A function for converting the linear coefficients over time to be weighted based on its proximity to one of the calibrations. The output is the corrected obs value.

Usage

1
changingCalFUN(x, obs, first.offset, second.offset, first.slope, second.slope)

Arguments

obs

The column under investigation.

first.offset

The intercept from the first calibration.

second.offset

The intercept from the second calibration.

first.slope

The slope from the first calibration.

second.slope

The slope from the second calibration.

Examples

1

gmiskell/lurFunctions documentation built on May 17, 2019, 7:06 p.m.