statsmodels.stats.contingency_tables.CochransQResult#

class statsmodels.stats.contingency_tables.CochransQResult(statistic, pvalue, df)[source]#

Result of cochrans_q.

Parameters:
statisticfloat

Test statistic.

pvaluefloat

p-value from the chisquare distribution.

dfint

Degrees of freedom of the chisquare distribution.

Methods

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Methods

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Properties

df

Alias for field number 2

pvalue

Alias for field number 1

statistic

Alias for field number 0