Statalist The Stata Listserver


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

st: my code for event study


From   "Nian Huang" <[email protected]>
To   [email protected]
Subject   st: my code for event study
Date   Thu, 15 Mar 2007 01:34:40 -0500

I want to thank everybody for their previous quick responses.

Here is my piece of code for event study. Basically, I get it from the
Stata sample program.


forvalues i=1(1)1314 {
	quietly reg ret mkt if id==`i' & est_window==1
	quietly predict p if id==`i'
	quietly replace pred_rtn= p if id==`i' & event_window==1
	quietly drop p
}

The above program took 30 minutes to run through. Is there any way to
improve it?

Appreciate your input!
*
*   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–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index