lag_data {shapr}R Documentation

Lag a matrix of variables a specific number of lags for each variables.

Description

Lag a matrix of variables a specific number of lags for each variables.

Usage

lag_data(x, lags)

Arguments

x

The matrix of variables (one variable per column).

lags

A numeric vector denoting how many lags each variable should have.

Value

A list with two items


[Package shapr version 1.0.4 Index]