create_lags: Compute a data frame with lagged exogenous variables

View source: R/create_lags.R

create_lagsR Documentation

Compute a data frame with lagged exogenous variables

Description

Create a data.frame() with lagged exogenous variables.

Usage

create_lags(data, lags)

Arguments

data

A data.frame().

lags

Integer for the number of lags.

Value

Returns a data.frame with lagged values.

Author(s)

Philipp Adämmer


lpirfs documentation built on July 9, 2023, 6:35 p.m.