Hi Everyone,
I am trying to check for structural breaks in my model before running the ARDL using the Gregory Hansen test for integration command
I get the error message "more than 4 right hand side variables not supported."
I have also tried
and I get the message saying "insufficient observations at the specified trim level"
Is there another way I can test for structural breaks before running the ARDL and if so whats the command for it?
Thanks
I am trying to check for structural breaks in my model before running the ARDL using the Gregory Hansen test for integration command
Code:
ghansen y1 x1 -x5
I have also tried
Code:
estat sbsingle
Is there another way I can test for structural breaks before running the ARDL and if so whats the command for it?
Thanks
Comment