Which method should I use?
Describe your research situation in a few words; we surface the methods from the library that best fit your goal and data.
Recommendations for: compare the means of two or more independent groups
- Independent samples t-testStatistics
The independent samples t-test is a parametric hypothesis test that determines whether the means of two independent, unrelated groups differ significantly on a continuous outcome variable. Derived from Gosset's 1908 t-distribution, it is one of the most widely used inferential tests in social, behavioral, biomedical, and experimental sciences.
- Welch t-testStatistics
Welch's t-test is a parametric hypothesis test that compares the means of two independent groups without assuming their variances are equal. It was introduced by B. L. Welch in 1947 as a more robust generalization of Student's two-sample test for situations where the two groups have different spread.
- Hotelling's T² TestStatistics
Hotelling's T² test is a multivariate parametric hypothesis test that simultaneously compares the mean vectors of two independent groups across multiple continuous outcome variables. It was introduced by Harold Hotelling in 1931 as the direct multivariate generalization of Student's t-test, replacing the scalar mean difference with a vector difference scaled by the pooled variance-covariance matrix.
- Van der Waerden TestStatistics
The Van der Waerden test is a nonparametric k-sample hypothesis test that converts observations into normal scores — the quantiles of a standard normal distribution — before comparing groups. Introduced by Bartel Leendert van der Waerden in 1952, it can achieve higher statistical power than the Kruskal-Wallis test when the underlying distributions are symmetric, making it a compelling bridge between rank-based and parametric methods.
- Welch ANOVAStatistics
Welch ANOVA is a parametric hypothesis test that compares the means of three or more independent groups when their variances are not equal. Introduced by B. L. Welch in 1951, it replaces classic one-way ANOVA whenever the homogeneity-of-variance assumption fails, while still requiring approximately normal data.
- Independent t-testStatistics
The independent samples t-test is a parametric hypothesis test that compares the means of two independent groups to decide whether they differ significantly. It builds on the t-distribution introduced by Student (W. S. Gosset) in 1908 and assumes the measured values are continuous, approximately normally distributed, and have equal variances.
Common question: which method?
For the most-asked situations, the methods the library surfaces.
Which method compares the means of two or more groups?
- Independent samples t-testStatistics
- Welch t-testStatistics
- Hotelling's T² TestStatistics
Which method predicts a continuous outcome from several variables?
- Multivariate RegressionStatistics
- Bayesian Multiple linear regressionStatistics
- Robust Multiple linear regressionStatistics
Which method classifies observations into categories?
- Grey ClusteringSoft Computing
- CNN Image ClassificationDeep Learning
- YOLODeep Learning
Which method groups similar observations without labels?
- K-Means ClusteringMachine Learning
- Hierarchical ClusteringMachine Learning
- Sentence EmbeddingsDeep Learning
Which method tests the association between two variables?
- Robust CorrelationStatistics
- Cramer's VStatistics
- Spearman CorrelationStatistics
Which method reduces many correlated variables to a few factors?
- Principal Component AnalysisMachine Learning
- Partial Least SquaresMachine Learning
- Locally Linear EmbeddingMachine Learning
Which method ranks alternatives across multiple criteria?
Refine this scenario →Which method analyzes time-to-event data with censoring?
- Weibull RegressionSurvival
- Kaplan-Meier EstimatorStatistics
- Royston-Parmar ModelSurvival