an object of class "split_df", usually, a result of a call to split_df().
add_character
logical. Decide whether to include text variables in the
compare of categorical data. The default value is FALSE, which also not includes character variables.
uniq_thres
numeric. Set a threshold to removing variables when the ratio of unique values(number of unique values / number of observation) is greater than the set value.
missing
logical. Set whether to removing variables including missing value
...
further arguments passed to or from other methods.
Details
Remove the detected variables from the diagnosis using the compare_diag() function.