An object of class mte
.
mteFitted MTE function, taking two arguments, x
for a vector of observed covariates and u
for the latent resistance.
mte_tildeFitted MTE function, taking two arguments, p
for the propensity
score and u
for the latent resistance. See Zhou and Xie (Forthcoming) for a definition.
mtrFitted marginal treatment response (MTR) function, taking three arguments, x
for a vector of observed covariates, u
for the latent resistance, and d
for
treatment status (1 or 2). Available only when method = "normal"
.
See Mogstad, Santos, and Torgovitsky (Forthcoming) for a definition.
mtr_tildeFitted marginal treatment response (MTR) function, taking three arguments,
p
for the propensity score, u
for the latent resistance, and d
for
treatment status (1 or 2). Available only when method = "normal"
.
coefsA list of fitted coefficients: gamma
for the treatment selection model
(a probit model), beta1
for the baseline outcome, beta2
for the treated outcome,
and theta1
and theta2
for the error covariances when method = "normal"
.
mte_matAn N-by-100 matrix representing estimated MTE for all units, where N
is the sample size. Each row represents a unit and each column represents a value of the
normalized latent resistance, which runs from 0.005 to 0.995 with a step size of 0.01.
psEstimated propensity scores.
ps_modelThe propensity score model, an object of class glm
if method = "localIV"
, or an object of class selection
if method = "normal"
.
ZThe model matrix for the treatment selection equation.
DThe response vector for the treatment selection equation.
XThe model matrix for the outcome equation.
YThe observed outcome.
callThe matched call.