dataCompareR
dataCompareR copied to clipboard
Create Summary Percent Agreement
Is there a way to create a summary statistic of percent agreement between dataframes?
Hi @benjaminwnelson - I'm very sorry for the delay in responding.
The package doesn't currently provide this within its summary, so we will add it as an enhancement.
In the meantime, the object returned from rCompare does provide info that could be used to create such statistics, including vectors for the values of the mismatched rows by column and data set, and metadata about the data frames provided. I will provide some examples within the next week.