pagestruct

For questions regarding programming in the EViews programming language.

Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt

contrapunctus
Posts: 3
Joined: Fri Mar 12, 2010 1:20 am

pagestruct

Postby contrapunctus » Wed Jun 02, 2010 12:22 pm

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!

startz
Non-normality and collinearity are NOT problems!
Posts: 3797
Joined: Wed Sep 17, 2008 2:25 pm

Re: pagestruct

Postby startz » Wed Jun 02, 2010 12:48 pm

Maybe

Code: Select all

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


Return to “Programming”

Who is online

Users browsing this forum: No registered users and 0 guests