Hi there,
I have an issue with selecting the appropriate number of lags for the Augmented DF test due to the presence of serial correlation.
For context, I have monthly consumer confidence (CC) data from May2012-Jan2020. As I understand, I want to include the smallest number of lags that explains the serial correlation in my ADF test.
I am using the Breusch Godfrey test as follows:
However, I cannot accept H0 (no serial correlation) for any of these lags. I'm not sure that I am performing it correctly or what I can do to fix this. I've attached a screenshot of my output (apologies, I don't understand how to post output properly). I've repeated the BG test with more lags than 12 but still have serial correlation.
Thanks in advance,
Max
I have an issue with selecting the appropriate number of lags for the Augmented DF test due to the presence of serial correlation.
For context, I have monthly consumer confidence (CC) data from May2012-Jan2020. As I understand, I want to include the smallest number of lags that explains the serial correlation in my ADF test.
I am using the Breusch Godfrey test as follows:
Code:
reg lCC estat bgodfrey, small lags (1/12)
Thanks in advance,
Max
Comment