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:
- f2
float Squared Cohen’s f effect size at the confidence limits of the noncentrality parameter.
- eta2
float Squared eta effect size at the confidence limits of the noncentrality parameter.
- ci_omega2
ndarray Confidence interval for the omega-squared effect size.
- ci_nc
ndarray Confidence interval for the noncentrality parameter.
- ci_f
ndarray Confidence interval for Cohen’s f effect size,
sqrt(f2).- ci_eta
ndarray Confidence interval for the eta effect size,
sqrt(eta2).- ci_f_corrected
ndarray Confidence interval for Cohen’s f effect size with the small-sample correction used by Steiger (2004).
- f2
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