transport | R Documentation |
The transport_ATE()
function find balancing weights for transporting estimates. Transport weights
requires the complete individual-level data (response, treatment assignment, and covariates) for all units in the observed
sample but only the individual-level covariate data from the target sample.
transport_ATE(
S,
X,
Y1,
Z1,
base_weights = NULL,
optim_ctrl = list(maxit = 500, reltol = 1e-10),
...
)
S |
the binary vector of sample indicators. |
X |
the balance functions to be contrained. |
Y1 |
the observed responses for S = 1. |
Z1 |
the binary treatment assignment for S = 1. |
base_weights |
a vector of optional base weights with length equal to the
number of rows in |
optim_ctrl |
a list of arguments that will be passed to |
... |
additional arguments. |
Josey KP, Berkowitz SA, Ghosh D, Raghavan S (2020a). "Transporting Experimental Results with Entropy Balancing." arXiv:2002.07899 [stat].
Josey KP, Yang F, Ghosh D, Raghavan S (2020b). "A Calibration Approach to Transportability and Data-Fusion with Observational Data." arXiv:2008.06615 [stat].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.