What the sum of squares represents
SS quantifies total variability in a dataset. The larger SS is, the more spread out the values are from the mean. Dividing SS by n gives the population variance; dividing by n − 1 (Bessel's correction) gives the sample variance.
In ANOVA, the total sum of squares is partitioned into between-group SS (explained by the grouping variable) and within-group SS (residual error). Understanding SS is foundational to ANOVA, regression R², and many other inferential methods.