pct4: Transforming time-series data to stationary

View source: R/diff.R

pct4R Documentation

Transforming time-series data to stationary

Description

Percent change is a change between a term and its lagged value for prior period,

Usage

pct4(x)

Arguments

x

time-series vector(s)

Examples

data (macroKZ)
new<-pct4(macroKZ)

AFR documentation built on Sept. 11, 2024, 9:09 p.m.