t-test
Welch's version is safer when group variances are unequal.
Examples: “control vs treatment t-test”, “3 groups one-way ANOVA”, “2×3 contingency table chi-square”.
Chart visualization will appear here.
| Metric | Value |
|---|
Run a calculation to see the summary, chart placeholder, and table here.
Choosing the right statistical test is crucial for drawing valid conclusions from your biological data. Here's a brief overview of the tests available in this calculator:
Welch's version is safer when group variances are unequal.
The calculator reports both the test statistic and Cramer's V effect size.
ANOVA tests whether at least one group mean differs from the others.
The t-test is used to compare the means of two groups. Use Welch's t-test when group variances may differ, and use the classic Student's t-test only when equal-variance assumptions are reasonable.
The chi-square test is used to determine if there is a significant association between two categorical variables. It compares observed frequencies with expected frequencies. It's commonly used in genetics (e.g., Mendelian ratios), ecology (e.g., species distribution), or epidemiology (e.g., disease prevalence across categories).
ANOVA is used to compare the means of three or more independent groups. It determines if there is a statistically significant difference between the means of these groups. If ANOVA shows a significant difference, post-hoc tests (not included in this simple calculator) are typically used to identify which specific groups differ from each other.
P-value Interpretation: The p-value helps you determine the significance of your results. A commonly used threshold is 0.05. If your p-value is less than 0.05, it suggests that the observed differences are statistically significant, meaning they are unlikely to have occurred by random chance.
No. All computations run entirely in your browser (client-side). Nothing is uploaded or stored on a server.
t-test and one-way ANOVA assume approximate normality and similar variances; chi-square assumes count data with adequately large expected counts. Check assumptions before drawing conclusions.
This calculator now includes core effect sizes for its built-in tests, but post-hoc comparisons and multiple-testing corrections should still be calculated separately.
No. This tool is for education/research support only and does not replace professional statistical or medical guidance.
The “Student” in Student’s t-test was William Gosset, a Guinness brewer who published under a pen name to protect the brewery’s trade secrets.
Expected counts under ~5 per cell can inflate χ² p-values; collapsing sparse categories often stabilizes the test.
One-way ANOVA and dummy-coded linear regression produce the same F-statistic and p-value—they’re two views of the same model.
Randomly permuting group labels and re-running a test (a quick permutation test) shows how often “significance” appears by chance.
With very large samples, even tiny effect sizes can look “significant.” Pair p-values with effect sizes or confidence intervals.