Censoring, Truncation and Selection
Censoring, Truncation and Selection
Four zeros can mean four different things
| Recorded value | Data-generating meaning | Example |
|---|---|---|
| true zero | outcome is genuinely zero | no paid work during year |
| left-censored | latent value is below a reporting limit | debt recorded as “£0–£500” |
| truncated | units outside range never enter data | survey samples only earners above £5,000 |
| missing by selection | outcome exists but is unobserved | earnings absent outside linked records |
Coding each as zero changes the estimand. Begin with the observation process, not the Tobit command.
Tobit is a joint model, not “OLS for many zeros”
The classical model assumes
The same latent index governs whether the limit is reached and the positive amount. Scholarship-related earnings may instead involve separate work-participation and wage processes. A two-part model can be more interpretable:
- model ;
- model ;
- combine them for .
Neither model automatically identifies the causal effect of scholarship receipt.
Sample selection is about unobserved outcomes
Suppose wages are observed only for employed graduates. Comparing observed wages estimates an effect among selected employed groups, whose composition may itself change with treatment.
A classical selection model writes
and observes only when , allowing and to correlate. Heckman (1979) provides the canonical correction.
Credibility usually needs an exclusion variable in that shifts observation or participation but not the outcome directly. Functional-form nonlinearity alone is a weak foundation.
A selection example
| Offer group | Employment | Mean wage if employed |
|---|---|---|
| offered | 80% | £31,000 |
| not offered | 60% | £32,000 |
The −£1,000 observed-wage gap does not show that offers reduce wages. The offer may bring lower-potential earners into employment, changing who has an observed wage. Report employment, unconditional earnings where meaningful, and bounds or sensitivity for the selected outcome.
Attrition belongs in the causal graph
If follow-up response is affected by treatment and outcome determinants, conditioning on can induce selection bias. A practical sequence is:
- report response by assignment arm;
- compare pre-treatment predictors of response;
- state whether missingness is plausibly independent, conditionally independent or non-ignorable;
- use weighting/imputation only under explicit assumptions;
- add worst-case, Lee-style or other justified bounds where possible;
- keep the full-sample ITT estimand visible.
Quick check
Every non-employed graduate is assigned wage zero. Is this wrong?