I have a set of matched observations. I want to copy the values of some variables from one matched row to another. How can I do it?
Thanks.
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input float(groupid amount num) str3 federal 131 42.2 1 "yes" 131 . . "" 132 56.1 3 "yes" 132 . . "" 133 39.9 3 "no" 133 . . "" 134 55.6 2 "yes" 134 . . "" 135 44.4 1 "yes" 135 . . "" end
Comment