statsmodels.stats.power.NormalIndPower.plot_power
NormalIndPower.plot_power(dep_var='nobs', nobs=None, effect_size=None, alpha=0.05, ax=None, title=None, plt_kwds=None, **kwds)
plot power with number of observations or effect size on x-axis Parameters:
dep_var : string in [?nobs?, ?effect_size?, ?alpha?] This specifies which variable is used for the horizontal axis. If dep_var=?nobs? (default), then one curve is created for each value of effect_size. If dep_var=?effect_size? or alpha, then