weight_rt_error() assigns weights according to a geometric decay curve parameterized by the length of time from the current timepoint and the first-order autoregressive coefficient, which is a measure of geometric dependence in the absence of other modeling terms. This function is used internally by boost_rt().

weight_rt_error(.data)

Arguments

.data

The result of reduce_rt_error()

Value

The input with a wt column containing sampling weights

See also