cde_aipw {DirectEffects} | R Documentation |
Initialize an AIPW CDE estimator
Description
Initializes the specification of a CDE estimator based on an augmented inverse probability weighting approach.
Usage
cde_aipw(trim = c(0.01, 0.99), aipw_blip = TRUE)
Arguments
trim |
A vector of length 2 indicating what quantiles of the
propensity scores should be trimmed. By default this is |
aipw_blip |
If |
[Package DirectEffects version 0.3 Index]