Vectorized computation of chi^2 statistic for a 2x2 crosstab containing the values [a, b] [c, d]
calc_chi2(a, b, c, d, correct = T, cochrans_criteria = F)
topleft value of the table
topright value
bottomleft value
bottomright value
if TRUE, use yates correction. Can be a vector of length a (i.e. the number of tables)
if TRUE, check if cochrans_criteria indicate that a correction should be used. This overrides the correct parameter