as concatenate?

For econometric discussions not necessarily related to EViews.

Moderators: EViews Gareth, EViews Moderator

eliasmana
Posts: 1
Joined: Mon May 30, 2016 8:10 pm

as concatenate?

Postby eliasmana » Mon May 30, 2016 8:17 pm

I need to concatenate 2 series, can someone explain to me how can I do?
example:
2 2 I need to create the series I of the result 22
3 4 I need to create the series I of the result 34

trubador
Did you use forum search?
Posts: 1520
Joined: Thu Nov 20, 2008 12:04 pm

Re: as concatenate?

Postby trubador » Tue May 31, 2016 12:43 am

If the result will be a numeric series, then:

Code: Select all

series y = 10*y1 + y2
Otherwise:

Code: Select all

alpha y = @str(y1) + @str(y2)


Return to “Econometric Discussions”

Who is online

Users browsing this forum: No registered users and 2 guests