Hi All,
Please can someone help me with the stata codes that will concatenate the names provided below.
I have over 500 names and want to make use of the loops and egen commands.
My data is as shown below and my expected results is beneath the data
Thanks for your assistance
Data:
first_name_1 first_name_2 last_name_1 last_name_2
Daniel Joseph Kanyam Mensah
Michael John Kombat Smith
Expected Result:
fullname1 fullname2
Daniel Kanyam Joseph Mensah
Michael Kombat John Smith
Please can someone help me with the stata codes that will concatenate the names provided below.
I have over 500 names and want to make use of the loops and egen commands.
My data is as shown below and my expected results is beneath the data
Thanks for your assistance
Data:
first_name_1 first_name_2 last_name_1 last_name_2
Daniel Joseph Kanyam Mensah
Michael John Kombat Smith
Expected Result:
fullname1 fullname2
Daniel Kanyam Joseph Mensah
Michael Kombat John Smith
Comment