Returns the per-observation Abadie kappa weight implied by a fitted
drlate() object,
$$\kappa = 1 - \frac{D(1 - Z)}{1 - p(X)} - \frac{(1 - D) Z}{p(X)},$$
where \(p(X)\) is the estimated instrument propensity score. The kappa
weights identify the complier subpopulation: for any function \(g\) of the
data, \(E[g \mid \mathrm{complier}] = E[\kappa g] / E[\kappa]\)
(Abadie 2003). They are the weights used by complier_means() and are the
Stata estat compliers, genkappa() object.
Arguments
- object
A fitted
drlate()object (withkeep_data = TRUE) using an instrument propensity score (anymethodexcept"ra").- normalize
Logical. If
TRUE(default), the returned weights are the sampling-weighted, normalized weights \(w\kappa / \sum w\kappa\) that sum to one (the form used to compute complier averages). IfFALSE, the raw kappa values are returned.