Thanks a lot, this works very well, although the lack of such command is indeed surprising
Artur
Search found 9 matches
- Mon Jan 25, 2010 10:45 am
- Forum: Programming
- Topic: @elem (specific observation value) for panel data
- Replies: 2
- Views: 3777
- Mon Jan 25, 2010 3:15 am
- Forum: Programming
- Topic: @elem (specific observation value) for panel data
- Replies: 2
- Views: 3777
@elem (specific observation value) for panel data
Hello, I would like to extract the specific observation valur (for a given cross-section for a given year) for the variable from the panel data workfile. How can I do it? @elem command does not work and I cannot find any substitute command for panels. I am pretty sure there must be an easy way aroun...
- Fri Jan 15, 2010 10:17 am
- Forum: Data Manipulation
- Topic: Converting frequency to 5-year average
- Replies: 11
- Views: 10158
Re: Converting frequency to 5-year average
Thank you very much. I am done now. Have a good weekend
Artur
Artur
- Thu Jan 14, 2010 10:17 am
- Forum: Data Manipulation
- Topic: Converting frequency to 5-year average
- Replies: 11
- Views: 10158
Re: Converting frequency to 5-year average
I tried changing this and did not work becasue the last command
copy(c=mean) untitled\x untitled1\ @src t5 crossid @dest t5 crossid
is not excecuted due to error (when crossid is alphanumeric)
copy(c=mean) untitled\x untitled1\ @src t5 crossid @dest t5 crossid
is not excecuted due to error (when crossid is alphanumeric)
- Thu Jan 14, 2010 3:18 am
- Forum: Data Manipulation
- Topic: Converting frequency to 5-year average
- Replies: 11
- Views: 10158
Re: Converting frequency to 5-year average
Thank you very much. The last bit I am failing to do is to adjust the code, when the crossid in the origial panel are alphanumeric, such as _AUS, _AUT etc. I am sure it can be done easily but all my efforts produce different error message.
Thank you again very much
Artur
Thank you again very much
Artur
- Wed Jan 13, 2010 11:34 am
- Forum: Data Manipulation
- Topic: Converting frequency to 5-year average
- Replies: 11
- Views: 10158
Re: Converting frequency to 5-year average
Thanks a lot, but it does not seem to do a job for me In the end, I want to have a panel with the same crossections, but for these new frequencies. Your program for any given variable x, creates just a number of observations corresponding to number of 5-year periods. I need this done for every singl...
- Wed Jan 13, 2010 9:09 am
- Forum: Data Manipulation
- Topic: Converting frequency to 5-year average
- Replies: 11
- Views: 10158
Re: Converting frequency to 5-year average
... so that I have new panel that has new frequency, so the observations are 1970-1974, 1975-1979 etc.
- Wed Jan 13, 2010 9:06 am
- Forum: Data Manipulation
- Topic: Converting frequency to 5-year average
- Replies: 11
- Views: 10158
Re: Converting frequency to 5-year average
First option: I want this new page to be a panel, where I am taking the average over 5 year periods (for each cross-section)
Many thanks
Artur
Many thanks
Artur
- Wed Jan 13, 2010 7:58 am
- Forum: Data Manipulation
- Topic: Converting frequency to 5-year average
- Replies: 11
- Views: 10158
Converting frequency to 5-year average
I am a relatively experienced user of eviews, but rather new to version eviews 6 I am tryig to convert my annual panel data into 5 years annual averages (create new page with this new frequency) Somehow, I cannot find the necessary conversion option either in help or FAQ, and I know that my colleagu...
