calculate all pairwise comparisons with TukeyHSD confidence intervals
this is just a wrapper around tukeyhsd method of MultiComparison
Parameters: | endog : ndarray, float, 1d
groups : ndarray, 1d
alpha : float
|
---|---|
Returns: | results : TukeyHSDResults instance
|
See also
MultiComparison, tukeyhsd, statsmodels.sandbox.stats.multicomp.TukeyHSDResults