Page 1 of 1

pagestruct

Posted: Wed Jun 02, 2010 12:22 pm
by contrapunctus
Hello,

Using Eviews 7, I am trying to create a new page, only with the observations from a sample (100 obs), of the all the observations (1000 obs). To identify the sample (s1) I have a series with 1's if the variable belongs to the sample and 0's if it doesn't. I would like to get a page with only the 100 observations of sample s1. For this I am trying to use the command:

pagestruct s1

But it just orders all the observations (1000 obs.)

Is there a way to get in one page, the 100 observations of the sample?

Thank you!

Re: pagestruct

Posted: Wed Jun 02, 2010 12:48 pm
by startz
Maybe

Code: Select all

pagecopy(smpl="if s1", page=NEWPAGE)