Dear Tom, i am using a simple panel regression but for certain specification I want to exclude some individuals from the panel set. I konow how to define a time subset sample using smpl instruction.
But how can I exclue for example individual 3, 8, and 11 from pregress?
Thanks a lot in advance
Paul
Excluding individuals from panel regression
Re: Excluding individuals from panel regression
Use
SMPL=%INDIV(t)<>3.AND.%INDIV(T)<>8.AND.%INDIV(T)<>11
SMPL=%INDIV(t)<>3.AND.%INDIV(T)<>8.AND.%INDIV(T)<>11