Construct a Table object from data.
data : array-like
The raw data, from which a contingency table is constructed using the first two columns.
shift_zeros : boolean
If True and any cell count is zero, add 0.5 to all values in the table.
A Table instance. :
statsmodels.stats.contingency_tables.SquareTable.fittedvalues
statsmodels.stats.contingency_tables.SquareTable.homogeneity
Enter search terms or a module, class or function name.