Page 1 of 1

sample selection

Posted: Tue Aug 30, 2011 10:26 am
by Weaver102406
I have data for firms located in different countries.The variable that contains the country identifier is named "LOC." I am able to select one country at a time by using smpl @all if loc="country" , but I would like to include several countries in the model [but not all of them]. How do I select which countries are to be included in the sample? "

Re: sample selection

Posted: Tue Aug 30, 2011 10:27 am
by startz

Code: Select all

smpl if loc="country1" or loc="country2