statsmodels.stats.oneway.EffectSizeFsquResult#

class statsmodels.stats.oneway.EffectSizeFsquResult(f2, eta2)[source]#

Result of convert_effectsize_fsqu.

Parameters:
f2float

Squared Cohen’s f effect size, the signal to noise ratio var_explained / var_residual.

eta2float

Squared eta effect size, the proportion of explained variance var_explained / var_total.

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

eta2

Alias for field number 1

f2

Alias for field number 0