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