Hallo Stata Community,
I want to merge Data from my dataset together, but I just don't know how:
In the picture, you see my Dataset. I now want to put the variables with the directtax ==1 together in a group and the variable directtax == 0 in another group. My aim is to create only one year with the cumulative numbers in the value section, that I have for each year two groups: one group with the directtax==1 and the cumulative number of the values (0+44.517+137.834) and another group with directtax==0 and the cumulative number of the values within a year.
I hope you can help me,
kind regards and thank you in advance
Lucas
I want to merge Data from my dataset together, but I just don't know how:
In the picture, you see my Dataset. I now want to put the variables with the directtax ==1 together in a group and the variable directtax == 0 in another group. My aim is to create only one year with the cumulative numbers in the value section, that I have for each year two groups: one group with the directtax==1 and the cumulative number of the values (0+44.517+137.834) and another group with directtax==0 and the cumulative number of the values within a year.
I hope you can help me,
kind regards and thank you in advance
Lucas

Comment