causalis.scenarios.did.refutation.post_inference.did_post_inference_cell_tabledid_post_inference_cell_table
Return fitted cell-level inference diagnostics for a Callaway & Sant’Anna estimate.
This function merges the point estimates and standard errors with auxiliary cell-level diagnostics produced during the estimation process (e.g., propensity clipping, covariate balance, and effective sample sizes).
Parameters
- estimateCallawaySantAnnaDIDEstimate
The fitted estimate object from a
CallawaySantAnnaDIDmodel.
Returns
A table where each row corresponds to an ATT(g,t) cell, containing: - group: The treatment group (first treated period). - time: The calendar time period. - att: The point estimate for this cell. - se: The standard error. - t_stat: The t-statistic (att / se). - is_post_treatment: Whether the cell is in the post-treatment period. - Additional columns from the model’s cell diagnostics (e.g., control_ess, max_propensity_clip).
Examples
Canonical target
causalis.scenarios.did.refutation.post_inference.did_post_inference_cell_table
Sections