Description Usage Arguments Value
Use one data value series to backcast other series
1 2 | ip_backcast(datatable, series_target = "value",
series_base = "value_base", growth_over = c("Year"))
|
datatable |
A dataframe with two value columns |
series_target |
The name of the series in |
series_base |
The name of the data series in |
growth_over |
Array of series names to calculate growth over. E.g. Year for annual percent growth |
A dataframe with the same dimensionality as datatable, with an additional data column of backcast data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.