Hello. I have a question/remark about the code of hadrilm.do. In particular, the line which defines the maximum truncation lag:
* set maxlag via Schwert criterion (Ng/Perron JASA 1995)
local maxlag = int(schwert*(`N'/100)^0.25)
Why is it a function of N, the number of individuals. Shouldnt it be instead a function of the sample size T?!
* set maxlag via Schwert criterion (Ng/Perron JASA 1995)
local maxlag = int(schwert*(`T'/100)^0.25)
Could someone confirm the right command.
Thanks.
J
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/