custom-series {grattanInflators} | R Documentation |
Custom series
Description
Used when the true series is not appropriate, as when a forecast is desired and the series is required beyond the original series.
Usage
dr2index(index, d1, r1, ...)
Arguments
index |
An index (i.e. a data.table with columns |
d1 |
A single date or value representing a date. |
r1 |
The desired rate of increase for the index from the last date in |
... |
A set of date-rate pairs. |
Value
index
with dates extended until the last supported date. The final rate
supplied is the rate for all dates after the final date.
[Package grattanInflators version 0.5.3 Index]