Search found 7 matches
- Fri Jul 27, 2012 6:17 am
- Forum: Programming
- Topic: @wfindnc help
- Replies: 3
- Views: 5205
Re: @wfindnc help
Thanks, but it doesn't appear to be working on the series I'm applying them too. The code always returns 0 no matter the value I put in between quotation marks ("mil", "Mil", "MIL"). I'm attaching the workfile containing a sample of the series I have, and the list of se...
- Thu Jul 26, 2012 1:42 pm
- Forum: Programming
- Topic: @wfindnc help
- Replies: 3
- Views: 5205
@wfindnc help
Hi, I'm d owloading a large number of data series from Haver in E-views, some of which are in million, some are in billions. This is indicated in the series description (for example: "Anguilla: Stock of Domestic Credit (Mil.XCD)". In my program, I need everything to be in billions to calcu...
- Tue May 22, 2012 10:39 am
- Forum: Programming
- Topic: How to find out the common sample of series ?
- Replies: 7
- Views: 8664
- Tue May 22, 2012 10:14 am
- Forum: Programming
- Topic: How to find out the common sample of series ?
- Replies: 7
- Views: 8664
Re: How to find out the common sample of series ?
Hi, Thanks all for this information. I am a bit puzzled however as to how to use the "start" and "end" strings within a smpl command. All of the following returned an "Error in sample. Illegal date" message. My workfile uses annual data by the way. smpl start @last smpl...
- Wed Jul 06, 2011 7:01 am
- Forum: Data Manipulation
- Topic: Import data from Excel - Reverse chronological order
- Replies: 1
- Views: 3282
Import data from Excel - Reverse chronological order
Hi,
I would like ot know if there's a way that Eviews can import data that is in reverse chronological order in Excel? The data is a regular weekly time series, in columns, with the last value appearing first. Dates are in column A, data in column B.
Thanks for your help.
I would like ot know if there's a way that Eviews can import data that is in reverse chronological order in Excel? The data is a regular weekly time series, in columns, with the last value appearing first. Dates are in column A, data in column B.
Thanks for your help.
- Wed Jul 06, 2011 6:53 am
- Forum: Programming
- Topic: Sample automatically updates when using "smpl if"
- Replies: 2
- Views: 3216
Re: Sample automatically updates when using "smpl if"
Hi Gareth, Do you mean the workfiles of the programs? I found a quick fix in the meanwhile: smpl if a1 = na (a1 contains data from 1986 to 2010 so smpl becomes 1980-1985 and 2011-2015) a1 = a2 smpl if a1 = na (a2 contains data for 1980-1985 so smpl becomes 2011-2015 only) a1 = a1(-1) (smpl become em...
- Tue Jul 05, 2011 8:40 am
- Forum: Programming
- Topic: Sample automatically updates when using "smpl if"
- Replies: 2
- Views: 3216
Sample automatically updates when using "smpl if"
Hello, In 2 separate workfiles where I use an if statement within the smpl command (ie: smpl if a1 = na). In both cases, I use this command to identify data holes in my time series and fill them in. In one workfile, the sample size updates automatically after filling in the holes with data, while th...
