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 6.1 (Auto-updating series)
Moderators: EViews Gareth, EViews Steve, EViews Moderator, EViews Jason
-
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)
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:
or, alternatively
Code: Select all
pageselect wks1
link wage.linkto data::wage
link cpi.linkto data::cpi
frml rwage = wage/cpi
Code: Select all
pageselect data
frml rwage = wage/cpi
pageselect wks1
link rwage.linkto data::rwage
Re: EViews 6.1 (Auto-updating series)
Many thanks.
Who is online
Users browsing this forum: No registered users and 2 guests
