#' Setting `variant='conger'` gives the variant of Conger (1980) that reduces to Cohen's kappa when m=2 raters.
#' It assumes identical raters for the different subjects (two-way ANOVA setting). The chance agreement is based on the category proportions of each rater separately.
#' Typically, the Conger variant yields slightly higher values than Fleiss kappa.
#' Variant robust assumes a chance agreement of two raters to be simply 1/q, where q is the number of categories (uniform model).
#'
#' @param ratings matrix (dimension nxr), containing the ratings as subjects by raters
#' @param variant Which variant of kappa? Default is Fleiss (1971). Other options are Conger (1980) or robust variant.