Learn R Programming

godley (version 0.2.2)

d: Calculate 1 order lag difference of a variable in model

Description

Calculate 1 order lag difference of a variable in model

Usage

d(x)

Value

difference

Arguments

x

variable name

Details

this is a special function to be used exclusively in model equation strings e.g. "x = d(y) + z"