| From | Christopher F Baum <[email protected]> |
| To | [email protected] |
| Subject | st: Re: residuals over years |
| Date | Tue, 19 Oct 2004 06:35:05 -0400 |
On Oct 19, 2004, at 2:33, David wrote:
for each y of local Y {
reg y x1 x2 x3 if year==`y'
predict temp, residual
replace residual=temp if year==`y'
drop temp
}
Two issues:| © Copyright 1996–2025 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |