Search found 5 matches
- Wed Apr 05, 2017 2:46 am
- Forum: Estimation
- Topic: Pool Cross-sectional identifiers in Program
- Replies: 1
- Views: 2400
Pool Cross-sectional identifiers in Program
Hi, I would like to create a pool regression via a program. I know how to do that in a workfile, but I would like to do it via a macro. This is what I have so far: The problem now is that I do not know how to get the cross-sectional identifiers into the pool equation via the program. pool test test....
- Thu Dec 01, 2016 2:29 am
- Forum: Data Manipulation
- Topic: Replace in eviews?
- Replies: 1
- Views: 3773
Replace in eviews?
Hi, I am rather new to eviews and have a simple question. I have a time-series full of ones and want to replace the ones to 2 if condition x is met and 3 if condition y is met and so on.... So in the end for each value in time I want to have 1, 2,3 ... depending on the specified condition. Basically...
- Fri Nov 18, 2016 3:39 am
- Forum: Programming
- Topic: replace specific character in the name of a series
- Replies: 4
- Views: 3958
Re: replace specific character in the name of a series
Bang - that it is.
Thank you so much.
Thank you so much.
- Fri Nov 18, 2016 2:57 am
- Forum: Programming
- Topic: replace specific character in the name of a series
- Replies: 4
- Views: 3958
Re: replace specific character in the name of a series
Hey, thank you for the reply.
I did replace it like this:
However, that did not work, unfortunately.
I did replace it like this:
Code: Select all
%newname=@replace(%oldname,"b","z")- Fri Nov 18, 2016 2:44 am
- Forum: Programming
- Topic: replace specific character in the name of a series
- Replies: 4
- Views: 3958
replace specific character in the name of a series
Hi all, I am completely new to eviews and figuring out how stuff works here. I have about 50 series named y_b_ar12, y_b_ar13, y_z_ar12.... I want eviews to loop through these series and change the b in the series name to z. Through google and trying I got the following code so far: group g y* for !i...
