time_lm {respR}R Documentation

Subset data by time and perform a linear regression.

Description

This is an internal function. Used with time_roll() and auto_rate().

Usage

time_lm(df, start, end)

Arguments

df

data.frame object.

start

numeric. start time

end

numeric. end time

Value

a data.table object


[Package respR version 2.3.3 Index]