Page 1 of 1

How to create an alpha with an alpha variable an a numerical variable

Posted: Fri Jul 14, 2017 3:16 pm
by mpsc19
Hello, I speak spanish and Im learning to use Eviews, so this cost me a lot, sorry for my english.
I have a problem, I need to create an alpha joining both variables, one is an alpha variable and the other is a numerical variable, so I can create an alpha only with the first, but not with the second. And that is my question. I do not know if I expressed myself well but would appreciate your help. Thanks

Re: How to create an alpha with an alpha variable an a numerical variable

Posted: Fri Jul 14, 2017 3:30 pm
by EViews Gareth

Code: Select all

alpha a2 = a1 + @str(s1)

Re: How to create an alpha with an alpha variable an a numerical variable

Posted: Tue Jul 18, 2017 1:46 pm
by mpsc19
EViews Gareth wrote:

Code: Select all

alpha a2 = a1 + @str(s1)


Thanks, i Will try it