| ![]() |
From | "Michael Blasnik" <michael.blasnik@verizon.net> |
To | <statalist@hsphsun2.harvard.edu> |
Subject | Re: st: Re: Basic question on "estimates" |
Date | Tue, 26 Sep 2006 16:31:53 -0400 |
This is what I mean:
***********************************************************************************************
. use "C:\da_temp\da_89.dta", clear
. statsby "regress _19 _7" _b, by(_3) saving(C:\da_temp\coef.dta)
command: regress _19 _7
statistics: b__7 = _b[_7]
b_cons = _b[_cons]
by: _3
. statsby "regress _19 _7 [iw=_22]" _b, by(_3) saving(C:\da_temp\coef2.dta)
weights not allowed
r(101);
* * 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 |