Skip to course content
Free Python statistics course

Statistical Data Analytics with Python

Module 06 Summary

What this module established

scipy's ttest_ind defaults to equal_var=True; R's t.test defaults to Welch. On groups with SDs of 3.60 and 16.89 and sizes 60 and 15, the default gave p = 0.0019 on 73 df while Welch gave p = 0.1086 on 14.3 — and the default is the wrong one.

Carry forward

Before moving on

Move on when you can state, for any null result you report, what effect the study could have detected.