Get exogeneous variable names from supplied data
bvar_get_exo_varnames(Z_in, constant = TRUE)
Z_in | [T_in x m] multivariate time series |
---|---|
constant | logical, default is TRUE, whether the constant should be included |
vector of variable names
Get exogeneous variable names from supplied data
data(Yraw) bvar_get_exo_varnames(Yraw)#> [1] "const" "inflation" "unemployment" "interest_rate"