`catBinner` converts the cross-tabulation of two categorical variables into bins which work with all of the functionality on bins built into `AssocBin`.
catBinner(x, y, dropPoints = FALSE)
A list of lists each with elements `x`, `y`, `bnds`, `expn`, `n`, and `stopped`.
factor vector for the first categorical variable
factor vector for the second categorical variable
logical; should points be dropped from final bins?
Chris Salahub
As both variables are already categorical, `catBinner` performs no splits and does not merge any categories by default.