- class arpoon.rfixest.FixestDID
Main class to interact with
fixest
difference-in-differences ecosystemUnlike other methods and classes in the rfixest package, this class departs a bit from the syntax and naming convention that is used by fixest.
Constructors¶
- FixestDID(data: polars.DataFrame, cohort_data, ...)
Initialize class
Estimation¶
-
sunab_att_feols(fml: str, cohort: str =
None
, ...) Saturated Two-Way Fixed Effects (overall)
Results¶
Methods¶
- clear_cache()
Clears the cache storing objects returned by the estimation methods.
-
get_columns_in_formula(combine: bool =
False
)
-
get_metadata(key: str =
None
, columns: list | str =None
, ...)
-
classmethod r_globalenv(symbol: str | Iterable =
None
, ...) None