Hypothesis testing
t-tests
Chi-square tests
- Chi-square test of independence — test association between categorical variables
- Chi-square goodness of fit — test if data follows an expected distribution
ANOVA
- One-way ANOVA — compare means across 3+ groups
- Two-way ANOVA — test two factors and their interaction
- Tukey’s HSD — post-hoc pairwise comparisons after significant ANOVA
Non-parametric tests
Regression analysis
Linear regression
Logistic regression
Multiple regression
Correlation
Effect size measures
The AI automatically reports effect sizes alongside p-values:- Cohen’s d — for t-tests (small: 0.2, medium: 0.5, large: 0.8)
- Eta-squared — for ANOVA (proportion of variance explained)
- Cramér’s V — for chi-square tests (association strength)
- R-squared — for regression (variance explained)