Is there any command that allows the user to drop some special
observations (for instance, those smaller than say 1000) from the sample
you are using when running ols?
You can do it, for instance, with using GUI (Sample=> Restrictions for
subsample) where you can add boolean statments (for example y<1000 - for one
variable). There are also other possibilities if you use script commands...
Maybe it's good idea to use loops here?
Good luck,
Mariusz
Poland