get_v_index {IndexNumberTools} | R Documentation |
Get value index
Description
Returns the (not chain-linked) series of value indices from a series of current prices.
Usage
get_v_index(current)
Arguments
current |
(ts) Series of current prices series. |
Details
The value of the resulting series x at (y,s), where y is the year and s is the subyear period, is current(y,s)/current(y)
Value
(ts) Series of value indices.
Examples
get_v_index(gdp_current)
[Package IndexNumberTools version 1.1 Index]