Natsiopoulos / ARDL

ARDL, ECM and Bounds-Test for Cointegration
GNU General Public License v3.0
17 stars 9 forks source link

Trying to run an example. #22

Open nipnipj opened 1 year ago

nipnipj commented 1 year ago

Hello! The following command lines keep running forever. Is it just me?

model <- auto_ardl(
  w ~ Prod + UR + Wedge + Union + D7475 + D7579,
  data = NT2022,
  max_order = c(7,7,7,7,7,7,7),
  #starting_order = c(1,0,0,0,0),
  fixed_order = c(6,1,5,4,5,0,0))