statsmodels.stats.oneway.SimulatePowerEquivalenceResult#
- class statsmodels.stats.oneway.SimulatePowerEquivalenceResult(f_stat, other, pvalue, reject)[source]#
Result of
simulate_power_equivalence_oneway.- Parameters:
- f_stat
ndarray Simulated F-statistics, or Wellek’s effect size estimate depending on margin_type, with one row per Monte Carlo replication and one column per entry in options_var.
- other
ndarray Simulated crit_f, crit_es and power_zero from
EquivalenceOnewayResult, stacked column-wise for each Monte Carlo replication and entry in options_var.- pvalue
ndarray Simulated p-values, with one row per Monte Carlo replication and one column per entry in options_var.
- reject
ndarray Simulated rejection decisions, with one row per Monte Carlo replication and one column per entry in options_var.
- f_stat
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