detrendScale: Detrend Scale

Description Usage Arguments Details Author(s) See Also Examples

Description

Screening: detrend and scale

Usage

1
2
  detrendScale(x, var, name = "newVar", vis = TRUE,
    nameind, plotcol = 6)

Arguments

x

a dataframe with columns "variable" and "ISICcombination".

variable

a character string specifying a member of "variable" to be checked.

name

a character string for the new variable name.

vis

logical to display plot.

codesISIC

a vector of industry codes in "ISICcombination".

Details

Outlier detection using de-trending and scaling of the time series for all non-time dimension combination categories.

Author(s)

OECD STAN

See Also

nothing

Examples

1
x <- detrendScale(x, "VAEMP", "VAEMPdiff", nameind = unique(x$ind))

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