Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: hadrilm


From   MONTEIRO Jos�-Antonio <[email protected]>
To   "[email protected]" <[email protected]>
Subject   st: hadrilm
Date   Tue, 29 Jul 2008 17:06:44 +0200

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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index