I am trying to work with the frlink and frget commands instead of merge, and I am running into problems. I typically use a loop to merge multiple files together. I first import them from CSV, clean them, then save as stata files. Finally, I merge them. I was hoping with frlink and frget that I could skip the step of saving as stata files, but frlink doesn't seem to work the same way as merge. It only takes data from other frames with keys that exist in the "working" frame, which doesn't work for my purposes. I want all observations to be copied into the working frame, whether they are matched or not. Is there something I am missing here?
-
Login or Register
- Log in with
Comment