powered by
Using key_slope you can fit a linear model to each key in the tsibble. add_key_slope adds this slope information back to the data, and returns the full dimension tsibble.
key_slope
tsibble
add_key_slope
key_slope(.data, formula, ...)add_key_slope(.data, formula)add_key_slope.default(.data, formula)
add_key_slope(.data, formula)
add_key_slope.default(.data, formula)
tibble with coefficient information
formula
extra arguments
key_slope(heights, height_cm ~ year)
Run the code above in your browser using DataLab