add_lag {sectorgap} | R Documentation |
Add lags to state equation
Description
Add lags to state equation
Usage
add_lag(sys, name, type, lags = NULL)
Arguments
sys |
list with system matrices |
name |
name ob observation equation |
type |
type of trend, see details |
lags |
(optional) number of lags added to state equation, e.g. since other equations load on them |
Value
The input list sys
with updated matrices.
[Package sectorgap version 0.1.0 Index]