Selection Model

selection-modellatent-variableprobitmultinomial-probitinstrumental-variablesidentificationhealth-economics

Definition

A selection model is a regression framework in which the sample or treatment assignment is not random but depends on variables correlated with the outcome. The canonical problem: unit ii is observed in state jj partly because of unobserved characteristics that also affect the outcome, so naive ordinary least squares (OLS) regression of outcome on state confounds the causal effect of state with the selection effect of those unobserved characteristics. Selection models correct for this by jointly modeling the assignment mechanism and the outcome, linking the two via shared unobservables and exploiting an instrument (a variable that affects assignment but not the outcome directly) for identification.

Key Ideas

How It Works

Simultaneous-Equation Selection Model

The Geweke-Gowrisankaran-Town (2003) formulation for hospital selection and mortality:

Choice equation (multinomial probit): Patient ii chooses hospital hh if yih=xiγh+δhεi+ηih>maxhhyihy_{ih}^* = x_i'\gamma_h + \delta_h\varepsilon_i + \eta_{ih} > \max_{h'\neq h} y_{ih'}^* where εi\varepsilon_i is the patient-specific mortality shock shared with the outcome equation and ηih\eta_{ih} are independent choice disturbances.

Outcome equation (binary probit): Mortality occurs if mi=xiβ+qs(i)+εi>0m_i^* = x_i'\beta + q_{s(i)} + \varepsilon_i > 0 where qjq_j is the unobserved quality of hospital jj and εiN(0,1)\varepsilon_i \sim \mathcal{N}(0,1).

The vector δ=(δ1,,δJ)\delta = (\delta_1,\dots,\delta_J)' captures how the unobserved severity εi\varepsilon_i loads onto each hospital's choice utility. If δj>0\delta_j > 0, sicker patients (high εi\varepsilon_i) are more likely to choose hospital jj, so naive mortality rates at jj are inflated relative to quality qjq_j.

Markov Chain Monte Carlo (MCMC) with Data Augmentation

  1. Draw latent mortality utilities mim_i^* from truncated normals (Albert-Chib 1993b).
  2. Draw latent hospital choice utilities yihy_{ih}^* from truncated normals (Geweke-Keane-Runkle 1994, 1997).
  3. Draw mortality shocks εi\varepsilon_i from their full conditional (normal, given both sets of latent variables).
  4. Draw hospital quality indicators qjq_j from conjugate normal conditionals.
  5. Draw severity loadings δj\delta_j and structural coefficients (β,γh)(\beta, \gamma_h) from their posteriors.
  6. Draw hierarchical hyperparameters (quality group means and variances) from conjugate posteriors.

Why It Matters

Open Questions

Related