Finding Differences Is Only the Beginning: Improving Distal Outcome Reporting in Mixture Models
Published in Computational Sciences and Statistics
One of the most common questions researchers ask after identifying latent classes or profiles is also one of the most deceptively simple:
Do these groups differ on outcomes we care about?
In mixture modeling, these external variables are often called distal outcomes. Researchers may identify profiles of mental health, academic engagement, health behavior, attitudes, or other characteristics and then ask whether those profiles differ on later or external outcomes.
The statistical machinery for estimating these differences has advanced considerably. Methods such as the ML three-step and BCH approaches allow researchers to compare distal outcomes while accounting for uncertainty in latent class membership and protecting the underlying measurement model.
But there is another part of the analysis that has received much less attention:
Once we estimate those differences, how should we test and report them?
This post accompanies my published article, Distal Outcomes in Mixture Modeling: A Guide for Pairwise Comparisons, Multiplicity Control, and Effect Size Reporting, in Behavior Research Methods.
The problem comes after the model
Suppose a researcher identifies four latent profiles and examines five continuous distal outcomes.
For each outcome, there are six possible pairwise comparisons among the four profiles. Across five outcomes, that quickly becomes 30 comparisons.
At that point, several questions arise.
Which comparisons constitute the statistical family? Should the pairwise tests be corrected for multiplicity? Which correction should be used? How large are the differences—not simply whether they are statistically significant? And how precisely have those differences been estimated?
These are familiar statistical questions, but guidance for handling them specifically in the context of latent classes and profiles has been surprisingly fragmented.
As a result, a sophisticated mixture model can ultimately produce a results section that still relies almost entirely on unadjusted p-values.
What are researchers currently reporting?
To better understand the practical problem, the paper includes a targeted audit of recent applied person-centered studies comparing continuous outcomes across latent groups.
The audit was intentionally small and diagnostic rather than a systematic estimate of practices across the entire literature. Of 26 records identified in the search, 12 studies met the inclusion criteria.
Most—10 of the 12—reported an omnibus test of distal outcome differences.
The picture changed considerably after that.
Only two studies reported an adjustment for multiple pairwise comparisons. Only one reported pairwise effect sizes. None reported a global distal-outcome effect size, and none reported confidence intervals for pairwise effect sizes.
These findings should not be interpreted as prevalence estimates for mixture-modeling research as a whole. But they illustrate an important gap: we may be doing increasingly sophisticated work to estimate latent groups while still providing readers with relatively limited information about the magnitude, precision, and multiplicity of the differences we subsequently report.
Moving beyond “significant” and “not significant”
The goal of the paper is not to introduce another mixture model or another estimator.
Instead, it organizes existing statistical tools into a practical post-estimation framework designed specifically for applied mixture-modeling research.
For continuous distal outcomes, I recommend a sequence that asks researchers to:
- Begin with an omnibus test of whether the class-specific outcome means differ.
- Define the family of follow-up pairwise comparisons.
- Apply an explicit multiplicity correction to those comparisons.
- Report a global effect size describing the overall separation of the latent groups on the outcome.
- Report standardized effect sizes for specific class-to-class differences.
- Report confidence intervals so readers can evaluate the precision as well as the magnitude of those effects.
Each piece answers a different question.
The omnibus test asks whether there is evidence of an overall difference.
The pairwise comparisons tell us where the differences occur.
Multiplicity adjustment helps determine which findings remain credible when many comparisons are being made.
A global effect size describes how strongly the outcome differentiates the latent groups overall.
Pairwise effect sizes tell us how large particular class differences are.
And confidence intervals communicate how precisely those effects have been estimated.
Taken together, these provide a much richer picture than a collection of p-values.
Why I recommend Benjamini–Hochberg
A central recommendation concerns multiple-comparison correction.
Traditional procedures such as Bonferroni and Holm control the family-wise error rate—the probability of making one or more false-positive decisions within a family of tests. That level of control can be appropriate when even a single false positive carries substantial consequences.
But many applied mixture-modeling studies have a somewhat different inferential goal. Researchers are often trying to characterize an overall pattern of differences across several latent groups and several outcomes.
For that setting, I recommend the Benjamini–Hochberg procedure as the default approach.
Benjamini–Hochberg controls the false discovery rate rather than the probability of any false positive. This provides explicit protection against multiplicity while generally retaining more statistical power when researchers are examining many related comparisons.
The distinction matters. Multiplicity correction should not simply be a ritual performed at the end of an analysis. The correction should reflect the inferential goal of the research.
Family-wise error-rate procedures can still be appropriate in narrowly confirmatory settings or when the consequence of even a single false-positive comparison is unusually high. But for the descriptive and comparative goals that commonly motivate applied distal-outcome analyses, false-discovery-rate control often provides a more useful balance between error control and sensitivity to meaningful patterns.
Effect sizes matter, too
Multiplicity is only part of the problem.
A statistically significant difference does not tell us whether that difference is substantively important.
For this reason, the paper recommends reporting both global and pairwise effect sizes.
For continuous outcomes, LTB-ω provides a global standardized measure of how strongly a distal outcome differs across the latent groups. It serves as an effect-size counterpart to the omnibus test.
Pairwise standardized mean differences, such as Cohen’s d, then describe the magnitude of particular class-to-class differences.
This allows researchers to distinguish questions that are too often collapsed into one:
Is there evidence of a difference?
and
How large is that difference?
Those are not the same question.
Confidence intervals add another piece of information by showing the precision of those estimates. A statistically significant effect can still be estimated imprecisely, while a nonsignificant comparison may remain compatible with effects of substantive importance.
Looking at statistical significance, effect magnitude, multiplicity, and uncertainty together provides a more complete picture of the evidence.
Making the analytical process usable
Methodological recommendations are only useful if applied researchers can implement them.
For that reason, the paper includes worked examples across four supplementary sections.
Supplements A–C provide detailed demonstrations of the statistical pieces underlying the reporting framework.
Supplement A walks through pairwise comparisons and families of tests, omnibus testing, and alternative approaches to multiplicity control, including Bonferroni, Holm–Bonferroni, and Benjamini–Hochberg.
Supplement B demonstrates the computation and interpretation of global LTB-ω and pairwise Cohen’s d, including how the class-specific variances needed for standardized effects can be recovered from ordinary mixture-model output.
Supplement C focuses on confidence intervals for distal-outcome mean differences and standardized effects and concludes with a publication-style example showing how the recommended quantities can be reported together.
Supplement D then connects these pieces in a reproducible, software-agnostic Quarto/R workflow.
Importantly, researchers do not have to estimate their mixture models in R.
The workflow begins with quantities routinely available from mixture-modeling software: class labels, class membership probabilities, class-specific means, within-class variances, class sizes, and pairwise p-values.
From those inputs, it calculates and organizes the additional quantities needed for transparent reporting, including the weighted grand mean, LTB-ω, pairwise mean differences, pooled standard deviations, Cohen’s d, confidence intervals, and multiplicity-adjusted p-values under Bonferroni, Holm, and Benjamini–Hochberg procedures.
It also checks the input structure and automatically generates the required pairwise-comparison structure based on the number of latent classes or profiles supplied by the researcher.
The goal is to lower the barrier between knowing what stronger reporting should look like and actually being able to produce it.
Strengthening the final stage of applied mixture modeling
Mixture models are powerful precisely because they allow researchers to investigate forms of heterogeneity that may be hidden by conventional variable-centered analyses.
But identifying latent groups is rarely the end of the substantive research question.
We want to know whether those groups differ in ways that matter.
When we answer that question, statistical significance should be the beginning of interpretation—not the end of it.
By defining comparison families, controlling multiplicity, quantifying the magnitude of global and pairwise differences, and reporting uncertainty, researchers can provide a much clearer account of what their distal-outcome results actually show.
My hope is that this framework makes those practices easier to incorporate into routine applied mixture-modeling research—and ultimately helps us produce findings that are not only statistically sophisticated, but also more transparent, interpretable, and reproducible.
A special thank you to Karen Nylund-Gibson for her thoughtful feedback on an earlier version of this work and for the conversations that helped sharpen its presentation.
Article and reproducibility materials
Published article:
Read Distal Outcomes in Mixture Modeling: A Guide for Pairwise Comparisons, Multiplicity Control, and Effect Size Reporting
Published supplementary materials — Supplements A–C:
Access the article and published supplementary materials
Supplementary File 1 contains Supplements A–C: multiplicity-control examples, global and pairwise effect-size computation, confidence intervals, and a publication-style reporting example.
Public code and reproducibility repository:
Explore the complete Supplement D repository on GitHub
Interactive Supplement D:
View the complete interactive distal-outcome reporting workflow
Follow the Topic
-
Behavior Research Methods
This is a dedicated outlet for the methodologies, techniques, and tools utilized in experimental psychology research.
Please sign in or register for FREE
If you are a registered user on Research Communities by Springer Nature, please sign in