att_dr {triplediff} | R Documentation |
Doubly robust DDD estimator for ATT, with panel data and 2 periods
Description
This function implements a doubly robust estimator for assessing the average treatment effect on the treated (ATT) using a triple differences (DDD) approach in panel data settings across two time periods. The function takes preprocessed data structured specifically for this analysis.
Usage
att_dr(did_preprocessed)
Arguments
did_preprocessed |
A list containing preprocessed data and specifications for the DDD estimation.
Expected elements include:
- |
Value
A list with the estimated ATT, standard error, upper and lower confidence intervals, and influence function.