cv.lag: Create a lag variable

Description Usage Arguments Examples

View source: R/cv.lag.R

Description

Create a lag variable, with a choice of lag periods. The lag variable can be used to test lag effects between variables.

Usage

1
cv.lag(x,n)

Arguments

x

:a vector

n

:number of lag periods

Examples

1
2

YRmisc documentation built on March 25, 2020, 5:13 p.m.

Related to cv.lag in YRmisc...