att_dr | R Documentation |
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.
att_dr(did_preprocessed)
did_preprocessed |
A list containing preprocessed data and specifications for the DDD estimation.
Expected elements include:
- |
A list with the estimated ATT, standard error, upper and lower confidence intervals, and influence function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.