I am running an ARDL model with four variables. Now when I try to run Durbin-Watson tests, I get the error estat dwatson is not valid r(321). I am not sure what is happening.
Here is my code:
Then, I get estat dwatson not valid.
Here is my code:
Code:
ardl stir narrowmg inf gdpg, lags(1 0 1 0) regstore(ecreg) regress estat dwatson
Comment