This function implements augmented inverse probability weighted (IPW) estimation of local average treatment effects (LATEs) as proposed in Tan (2006), provided the fitted instrument propensity scores and fitted values from both treatment and outcome regressions.
late.aipw(y, tr, iv, mfp, mft, mfo, off = NULL)
An \(n\) x \(1\) vector of observed outcomes.
An \(n\) x \(1\) vector of treatment indicators (=1 if treated or 0 if untreated).
An \(n\) x \(1\) vector of instruments (0 or 1).
An \(n\) x \(2\) matrix of fitted instrument propensity scores for iv
=0 (first column) and iv
=1 (second column).
An \(n\) x \(2\) matrix of fitted values from treatment regression, for iv
=0 (first column) and iv
=1 (second column).
An \(n\) x \(4\) matrix of fitted values from outcome regression, for iv
=0, tr
=0 (first column), iv
=0, tr
=1 (second column), iv
=1, tr
=0 (third column) and iv
=1, tr
=1 (fourth column).
A \(2\) x \(1\) vector of offset values (e.g., the true values in simulations) used to calculate the z-statistics.
A \(2\) x \(1\) vector of IPW estimates of \(\theta_1\) and \(\theta_0\); see Details.
A \(2\) x \(1\) vector of regression estimates of \(\theta_1\) and \(\theta_0\); see Details.
A \(2\) x \(1\) vector of augmented IPW estimates of \(\theta_1\) and \(\theta_0\); see Details.
The estimated variances associated with the augmented IPW estimates of \(\theta_1\) and \(\theta_0\).
The z-statistics for the augmented IPW estimates of \(\theta_1\) and \(\theta_0\), compared to off
.
The augmented IPW estimate of LATE.
The estimated variance associated with the augmented IPW estimate of LATE.
The z-statistic for the augmented IPW estimate of LATE, compared to off
.
The individual expectations \(\theta_d=E(Y(d)|D(1)>D(0))\) are estimated separately for \(d\in\{0,1\}\) using inverse probability weighting ("ipw"), treatment and outcome regressions ("or") and augmented IPW methods as proposed in Tan (2006). The population LATE is defined as \(\theta_1-\theta_0\).
Tan, Z. (2006) Regression and weighting methods for causal inference using instrumental variables, Journal of the American Statistical Association, 101, 1607<U+2013>1618.