statsmodels.stats.oneway.SimulatePowerEquivalenceResult#

class statsmodels.stats.oneway.SimulatePowerEquivalenceResult(f_stat, other, pvalue, reject)[source]#

Result of simulate_power_equivalence_oneway.

Parameters:
f_statndarray

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.

otherndarray

Simulated crit_f, crit_es and power_zero from EquivalenceOnewayResult, stacked column-wise for each Monte Carlo replication and entry in options_var.

pvaluendarray

Simulated p-values, with one row per Monte Carlo replication and one column per entry in options_var.

rejectndarray

Simulated rejection decisions, with one row per Monte Carlo replication and one column per entry in options_var.

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

f_stat

Alias for field number 0

other

Alias for field number 1

pvalue

Alias for field number 2

reject

Alias for field number 3