Buchli Loa asks how to test the equality of regression coefficients generated 
with two samples, where one sample is a subsample of the other.  This is an
example of a test that can be obtained using  suest. The structure of what 
you have to do is:   
	regress y xlist, score(F*)
	est store Full
	regress y xlist if expression, score(R*)
	est store Res
	suest Full Res
	test [Full=Res]
I hope this helps
Jeroen
*
*   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/