Generalized detection of outlier values in a database, based on contingency tables (tac)
toc(
df1,
df2,
values = NULL,
a = 10,
r = 0.34,
sample_rate = 0.01,
num_but_discrete = "NULL"
)data.frame
Input data.frame (to compare with df2)
Input data.frame (to compare with df1)
Vector of columns that serve as measures (amounts, counts, etc.)
Allowed absolute variation
Allowed relative variation
Sampling rate, if df is a remote table
Numeric variables to be treated as discrete modal variables. If 'all', all numeric variables are treated as discrete modal variables.
Currently does not work with values parameter