← Latest papers
📊 statistics

Causal Effect Estimation with TMLE: Handling Missing Data and Near-Violations of Positivity

This study evaluates Targeted Maximum Likelihood Estimation (TMLE) under various missing data mechanisms and positivity violations, finding that complete-case analysis with an outcome-missingness model minimizes bias while multiple imputation using CART offers superior root mean squared error and confidence interval coverage.

Original authors: Christoph Wiederkehr, Christian Heumann, Michael Schomaker

Published 2026-05-12
📖 5 min read🧠 Deep dive

Original authors: Christoph Wiederkehr, Christian Heumann, Michael Schomaker

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to figure out if a new fertilizer makes plants grow taller. You have a garden with thousands of plants, some got the fertilizer (the "treatment"), and some didn't. You want to know the Average Treatment Effect (ATE): on average, how much taller did the fertilized plants get compared to the others?

This paper is like a massive, controlled experiment in a laboratory garden. The researchers wanted to see which mathematical tools work best to calculate that "taller" effect when some of their data is missing or when the garden isn't perfectly balanced.

Here is the breakdown of their study using simple analogies:

1. The Problem: Missing Pieces and Unbalanced Gardens

In real-world studies (like medical trials or social science), data is rarely perfect.

  • Missing Data: Sometimes, you forget to measure the height of a plant, or you don't know if a plant got fertilizer. This is like having a puzzle with missing pieces.
  • Positivity Violations: This is a fancy way of saying the garden is unbalanced. Imagine that only the plants in the shady corner got the fertilizer, while the sunny ones didn't. If you try to compare them, you can't tell if the plants are short because of the lack of fertilizer or because they were in the shade. This makes the math very shaky.

The researchers tested a specific tool called TMLE (Targeted Maximum Likelihood Estimation). Think of TMLE as a very smart, flexible calculator designed to handle messy data better than old-school calculators.

2. The Experiment: Testing Different "Fix-It" Strategies

The researchers created 1,000 different virtual gardens (simulations) with different levels of missing data and different levels of "unbalancedness" (positivity violations). They then tried eight different ways to fix the missing data before running their TMLE calculator:

  • The "Purge" Method (Complete Cases): Throw away any plant record that has any missing info. You only look at the perfect records.
  • The "Smart Guess" Method (Multiple Imputation - MI): Instead of throwing data away, you use a computer to "guess" the missing values based on patterns in the rest of the garden. They tested different types of guessers:
    • Linear Guessers: Simple, straight-line guesses (like drawing a line through dots).
    • Tree Guessers (CART): Complex, branching guesses that look for specific rules (e.g., "If the plant is in the shade AND has yellow leaves, guess it's short").
    • Forest Guessers (Random Forest): A whole team of tree guessers voting on the answer.
  • The "Extended" Method (Ext): A special version of the TMLE calculator that specifically accounts for why data might be missing (e.g., "We only measured tall plants").

3. The Results: What Worked Best?

The researchers found that there is no single "magic bullet." The best tool depends on what you care about most: Accuracy of the number (Bias) or Reliability of the confidence interval (Coverage).

If you want the most accurate number (Lowest Bias):

  • The Winner: The "Purge" method (Complete Cases) combined with the Extended TMLE calculator.
  • Why: Even though throwing away data seems wasteful, it turned out to be the most honest way to calculate the effect, especially when the garden was very unbalanced (positivity violations).
  • The Catch: While the number was accurate, the "confidence interval" (the margin of error they give you) was often too narrow. It was like saying, "I'm 95% sure the plant grew 5 inches," when the reality was actually between 2 and 8 inches. They were too confident.

If you want reliable confidence intervals (Good Coverage):

  • The Winner: Multiple Imputation using CART (Tree Guessers).
  • Why: This method filled in the missing puzzle pieces using complex decision trees. It didn't always guess the exact right number (it had a bit more bias), but its "margin of error" was much more realistic. It told you, "I'm 95% sure the plant grew between 2 and 8 inches," which was actually true.
  • The Catch: It can be a bit more biased (less accurate on the exact number) than the "Purge" method in some tricky situations.

The Losers:

  • Simple Linear Guessers: These often made bad guesses, especially when the data was missing in a tricky way (not random).
  • The "Missing Indicator" Method: This was a specific technique where they just added a "flag" saying "this data is missing." The paper found this usually made the results worse, adding more confusion rather than fixing it.

4. The Real-World Test

To make sure their virtual garden results weren't just a fluke, they tested these methods on real data from a study in Bangladesh about water and sanitation (the WASH Benefits study).

  • The Finding: The results held up. The "Purge + Extended TMLE" method gave the most honest numbers, while the "Tree Guesser" (CART) method gave the most honest confidence intervals.

The Bottom Line (The Takeaway)

The paper concludes with a simple trade-off:

  1. If your main goal is to get the most accurate average effect possible (even if your margin of error is a bit too optimistic), use Complete Cases with Extended TMLE.
  2. If your main goal is to have a reliable range of uncertainty (so you don't overpromise on your results), use Multiple Imputation with CART (Tree Guessers).

The authors warn that if the data is missing in a way that makes the causal effect impossible to calculate (like if the missingness depends entirely on the outcome in a specific way), no method can save you. But for most common scenarios, these two strategies are the best tools in the box.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →