Logo

scikits.statsmodels.stats.weightstats.CompareMeans.ttest_ind

CompareMeans.ttest_ind(alternative='two-sided', usevar='pooled')[source]

ttest for the null hypothesis of identical means

note: I was looking for usevar option for the multiple comparison
tests correction

this should also be the same as onewaygls, except for ddof differences

Previous topic

sm.stats.weightstats.CompareMeans.test_equal_var

Next topic

sm.stats.weightstats.DescrStatsW

This Page