statsmodels.stats.oneway.ConfintEffectSizeResult#

class statsmodels.stats.oneway.ConfintEffectSizeResult(f2, eta2, ci_omega2, ci_nc, ci_f, ci_eta, ci_f_corrected)[source]#

Result of confint_effectsize_oneway.

Parameters:
f2float

Squared Cohen’s f effect size at the confidence limits of the noncentrality parameter.

eta2float

Squared eta effect size at the confidence limits of the noncentrality parameter.

ci_omega2ndarray

Confidence interval for the omega-squared effect size.

ci_ncndarray

Confidence interval for the noncentrality parameter.

ci_fndarray

Confidence interval for Cohen’s f effect size, sqrt(f2).

ci_etandarray

Confidence interval for the eta effect size, sqrt(eta2).

ci_f_correctedndarray

Confidence interval for Cohen’s f effect size with the small-sample correction used by Steiger (2004).

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

ci_eta

Alias for field number 5

ci_f

Alias for field number 4

ci_f_corrected

Alias for field number 6

ci_nc

Alias for field number 3

ci_omega2

Alias for field number 2

eta2

Alias for field number 1

f2

Alias for field number 0