Get exogeneous variable names from supplied data

bvar_get_exo_varnames(Z_in, constant = TRUE)

Arguments

Z_in

[T_in x m] multivariate time series

constant

logical, default is TRUE, whether the constant should be included

Value

vector of variable names

Details

Get exogeneous variable names from supplied data

Examples

data(Yraw) bvar_get_exo_varnames(Yraw)
#> [1] "const" "inflation" "unemployment" "interest_rate"