Learn R Programming

AFR (version 0.3.6)

pct4: 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

Run this code
data (macroKZ)
new<-pct4(macroKZ)

Run the code above in your browser using DataLab