![]() |
From | Kit Baum <baum@bc.edu> |
To | statalist@hsphsun2.harvard.edu |
Subject | st: Re: simple forvalues question |
Date | Sun, 16 Dec 2007 06:36:59 -0500 |
I would like to test the number of lags needed in a panel data set.
Therefore, I use varsoc to test the number of lags for each time series.
But I would like to increase the number of max lags. How can I use this
as an option in the following code? Because the following does not work,
due to: , maxlags(8)
forvalues i=1/108 {
display "Calc number of lags pstrmon for CUSIP" `i'
varsoc pstrmon, maxlags(8) if cusip == `i'
more
}
* * For searches and help try: * http://www.stata.com/support/faqs/res/findit.html * http://www.stata.com/support/statalist/faq * http://www.ats.ucla.edu/stat/stata/
© Copyright 1996–2025 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |