data(expectation)
out <- gets_ardl_uecm(x = expectation,
dep_var = c('nq_inf_exp'),
expl_var = c('food_inf','nethawkish'),
p_order = c(4),
q_order = c(5,7),
gets_pval = 0.1,
case = 4,
graph_save = FALSE,
F_HC = FALSE,
order_l = 7)
out
Run the code above in your browser using DataLab