ip_backcast: Use one data value series to backcast other series

Description Usage Arguments Value

Description

Use one data value series to backcast other series

Usage

1
2
ip_backcast(datatable, series_target = "value",
  series_base = "value_base", growth_over = c("Year"))

Arguments

datatable

A dataframe with two value columns

series_target

The name of the series in datatable to be backcast.

series_base

The name of the data series in datatable to use as backcast for missing series_target

growth_over

Array of series names to calculate growth over. E.g. Year for annual percent growth

Value

A dataframe with the same dimensionality as datatable, with an additional data column of backcast data.


ryantimpe/ipfitr documentation built on May 14, 2019, 8:55 a.m.