EViews 6.1 (Auto-updating series)

For questions regarding the import, export and manipulation of data in EViews, including graphing and basic statistics.

Moderators: EViews Gareth, EViews Steve, EViews Moderator, EViews Jason

Riaz
Posts: 33
Joined: Wed Jul 01, 2009 1:46 am
Location: Western Australia

EViews 6.1 (Auto-updating series)

Postby Riaz » Thu Apr 08, 2010 2:17 am

Hi

EViews 6.1 (Hypothetical example)

I have 2 workfile pages called DATA and WKS1

DATA has 2 series and they are WAGE and CPI

On WKS1 I want to create and auto-updating series called RWAGE (real wage)

I write the following script

Pageselect WKS1
frml RWAGE data::(WAGE/CPI)

It does not work… I wonder where am I going wrong?

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13584
Joined: Tue Sep 16, 2008 5:38 pm

Re: EViews 6.1 (Auto-updating series)

Postby EViews Gareth » Thu Apr 08, 2010 8:16 am

Use a link object with the link to command. You can't do a link and a formula at the same time though, so you'll have to do something like:

Code: Select all

pageselect wks1 link wage.linkto data::wage link cpi.linkto data::cpi frml rwage = wage/cpi
or, alternatively

Code: Select all

pageselect data frml rwage = wage/cpi pageselect wks1 link rwage.linkto data::rwage

Riaz
Posts: 33
Joined: Wed Jul 01, 2009 1:46 am
Location: Western Australia

Re: EViews 6.1 (Auto-updating series)

Postby Riaz » Thu Apr 08, 2010 7:52 pm

Many thanks.


Return to “Data Manipulation”

Who is online

Users browsing this forum: No registered users and 2 guests