Page 1 of 1

Setting sample size in a pooled cross section

Posted: Fri Feb 05, 2010 10:28 am
by rockerbie
I have created several EViews data files that are stacked time-series cross-sections. I did not use the pool object, but instead, just created an equation object. How do I set the sample size in the estimation window to exclude one of the stacked cross-sections? I also have crossid and dateid objects. The cross-section ids are just numbers.

Re: Setting sample size in a pooled cross section

Posted: Fri Feb 05, 2010 10:53 am
by EViews Gareth

Code: Select all

smpl if crossid<>3
will exclude all observations for which crossid = 3