statsmodels.stats.oneway.simulate_power_equivalence_oneway

statsmodels.stats.oneway.simulate_power_equivalence_oneway(means, nobs, equiv_margin, vars_=None, k_mc=1000, trim_frac=0, options_var=None, margin_type='f2')[source]

Simulate Power for oneway equivalence test (Wellek’s Anova)

This function is experimental and written to evaluate asymptotic power function. This function will change without backwards compatibility constraints. The only part that is stable is pvalue attribute in results.

Effect size for equivalence margin


Last update: Apr 19, 2024