PanelRegression.effect_summary#
- PanelRegression.effect_summary(*, window='post', direction='increase', alpha=0.05, cumulative=True, relative=True, min_effect=None, treated_unit=None, period=None, prefix='Post-period', **kwargs)[source]#
Generate a decision-ready summary of causal effects.
Note
effect_summary()is not yet implemented forPanelRegression. Panel fixed-effects models estimate regression coefficients rather than time-varying causal impacts, so the standard ITS/SC-style effect summary does not directly apply. Usesummary()for coefficient-level inference.- Raises:
NotImplementedError – Always raised; this method is a placeholder for future work.
- Parameters:
- Return type:
EffectSummary