hello eyeryone,
i have a few data sets and need to merge them (it is panel data):
data set 1:
id date age income ....
data set 2 :
id date address dummy_1 dummy_2
data set 3:
id date address dummy_1 dummy_2
data set 1 should contain all observation (id, date).
In data set 2 you get the information about 50% of the observations (id, date) and in data set 3 the other 50 %, so I guess the main data set I need to take is the first one.
So, how can I merge the data, so that I have just one data set and how can I control it?
thanks a lot in advance!!
lisa
i have a few data sets and need to merge them (it is panel data):
data set 1:
id date age income ....
data set 2 :
id date address dummy_1 dummy_2
data set 3:
id date address dummy_1 dummy_2
data set 1 should contain all observation (id, date).
In data set 2 you get the information about 50% of the observations (id, date) and in data set 3 the other 50 %, so I guess the main data set I need to take is the first one.
So, how can I merge the data, so that I have just one data set and how can I control it?
thanks a lot in advance!!
lisa
Comment