add_trend: Add linear and root trends to tibble

Description Usage Arguments Details Value Examples

View source: R/modelling.R

Description

Add linear and root trends to tibble

Usage

1
add_trend(original)

Arguments

original

tibble

Details

Add linear and root trends to tibble

Value

tibble with trend_lin and trend_root columns

Examples

1
2
# dumb example: add trend to cross section :) :)
add_trend(cars)

kassandra-ru/kassandr documentation built on Jan. 1, 2022, 7:39 a.m.