--- [email protected] wrote:
> Dear Statalisters,
> I want to classify the sample into two parts accoding to a
> dichotomy variable and apply them a same regression model.
> For instance, I want to divide the sample into the subsample A
> where a dummy takes one and the subsample B where a dummy takes
> zero. I do this by generating two new worksheets for subsamples
> A&B in MS-Excel, and then run a regression twice in Stata7.
> How do I do these procedures using only Stata instead of generating
> new worksheets in Excel?
> Thank you in advance.
> Nobuya Fukugawa
Is this what you need?
. sysuse auto
. regress mpg weight if foreign==1
. regress mpg weight if foreign==0
Friedrich Huebler
__________________________________
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
*
* 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/