Hello,
I am trying to compare my output of a large amount of stata files to one someone else created using the "cf" command. I added the verbose suffix in an attempt to view the distinct changes between the observations, but the only thing that it gave me was the difference in number of observations between the two data files. As of now my code looks like this:
use "filepath"
cf varlist using "filepath 2", verbose
But I can't seem to track the individual changes. I was hoping to view them so I could fix them to make the two outputs match perfectly but to no avail. Any help would be appreciated, thanks.
I am trying to compare my output of a large amount of stata files to one someone else created using the "cf" command. I added the verbose suffix in an attempt to view the distinct changes between the observations, but the only thing that it gave me was the difference in number of observations between the two data files. As of now my code looks like this:
use "filepath"
cf varlist using "filepath 2", verbose
But I can't seem to track the individual changes. I was hoping to view them so I could fix them to make the two outputs match perfectly but to no avail. Any help would be appreciated, thanks.
Comment