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

PMmisc documentation built on May 1, 2019, 9:57 p.m.

Related to cv.lag in PMmisc...