This function allows you to determine the Ratio of Counts(ROC) for a particular variable between 2 datasets, whereby the ratio of counts is an indication of the overlap between 2 datasets.
1 | ROC_indiv(data1, data2, x, num_cat = 2000)
|
data1 |
1st dataset |
data2 |
2nd dataset |
x |
column name that we want to compare ROC on |
num_cat |
Number of categories that can be evaluated. Defaults to 2000 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.