• R easily computes Chi-square tests for any supplied matrix.
    Reminder: R and matrices
    The basic R command for a matrix is to start with a list of elements(c(,,,)) and the number of rows nrow in the matrix.
    > args(matrix)
    functi...