diff_diff.GroupTimeEffect
- class diff_diff.GroupTimeEffect[source]
Bases:
objectTreatment effect for a specific group-time combination.
- group
The treatment cohort (first treatment period).
- Type:
any
- time
The time period.
- Type:
any
- __init__(group, time, effect, se, t_stat, p_value, conf_int, n_treated, n_control)
Methods
__init__(group, time, effect, se, t_stat, ...)Attributes
Check if effect is significant at 0.05 level.
Return significance stars based on p-value.