moderndid.ATTgtResult# class moderndid.ATTgtResult(att: float, group: float, year: float, post: int)[source]# Bases: NamedTuple Container for a single group-time ATT estimate. Attributes: attfloatThe estimated ATT for this group-time cell. groupfloatThe treatment group identifier (first treatment period). yearfloatThe time period for this estimate. postintIndicator for whether this is a post-treatment period (1) or pre-treatment period (0). Methods count(value, /) Return number of occurrences of value. index(value[, start, stop]) Return first index of value. Attributes att Estimated ATT for this group-time cell. group Treatment group identifier (first treatment period). post Indicator for post-treatment (1) or pre-treatment (0). year Time period for this estimate.