adjust: adjust

Description Usage Arguments Details Author(s) See Also Examples

Description

Adjust time series

Usage

1
2
adjust(data = stop("'data' must be specified"),
  hierarchy = STANi3.HIERARCHY, top = "CTOTAL")

Arguments

data

a dataframe object.

hierarchy

the hierarchy for top-down adjustment applied to variable.name.

top

highest aggregate in applied hierarchy

Details

Adjust time series using industry hierarchy

Author(s)

OECD STAN

See Also

extend, detail

Examples

1
2
data table: cou, var, ind, year, value
adjust(data=data.ext.start, variable.name="ind", value.var="value", hierarchy=STANi3.HIERARCHY, top="CTOTAL")

bowerth/stan documentation built on May 13, 2019, 12:38 a.m.