Description Usage Arguments Value
Scale data frame values to match growth targets over any series
1 2 3 | ip_growth_transform(datatable, target, series_start = "value",
series_target = "growth", series_growth_over = "growth__over",
sep = " + ", growth_distance = 1)
|
datatable |
A data frame of values. |
target |
A data frame of target growth rates over one or more dimensions. Should include an additional series to specify which series the growth are over. |
series_start |
The name of the series in |
series_target |
The name of the |
series_growth_over |
The name of the series in |
sep |
Separator string to list multiple series in |
growth_distance |
Number of lags between observations when applying growth rates. |
A data frame of target values for use in freeze_slice
in ip_fit
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.