moderndid.didcont.PTEResult#

class moderndid.didcont.PTEResult(att_gt: object, overall_att: object | None, event_study: object | None, ptep: PTEParams)[source]#

Bases: NamedTuple

Container for panel treatment effects results.

This class implements the maketables plug-in interface for publication-quality tables. See Publication Tables with maketables.

Methods

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

att_gt

Group-time ATT results.

event_study

Event study results.

overall_att

Overall ATT estimate.

ptep

Panel treatment effect parameters.