Bivariate association ================================ This module aggregates methods devoted to searching for statistical relationships between two variables. Currently, it includes the following methods: * Analysis of contingency tables with Chi-square (class Crosstab) * Correlation analysis (class Correlation) .. automodule:: randan.bivariate_association :members: :undoc-members: :show-inheritance: