Sorry, but I have one additional question. I have an ARDL with 11 endogenous variables and 3 exogenous variables with a sample size of around 4000 daily observations. I predefined the optimal number of lags already. I estimate the model as follows
Code:
tsset ORDER, daily ardl Y X1 X2 X3 X4 X5 X6 X7 X8 X9 X10 X11, trendvar(ORDER) exog(X12 X13 X14) ec lags(2,3,3,0,0,0,0,0,0,0,0,0)
Code:
Maximum number of iterations exceeded
Is it possible to increase the number of iterations? What else can I do to make the command running?
Thanks for your help!
Leave a comment: