Result Extraction#
The to_df function converts any estimator result object
into a polars DataFrame. It auto-detects the result type, so there is one
function to remember regardless of which estimator produced the result.
Convert any ModernDiD result object to a polars DataFrame. |
Individual Converters#
The named converters are the underlying implementations that
to_df dispatches to. They are available for direct use
when you need explicit control over the conversion.
Convert AGGTEResult to polars DataFrame for plotting. |
|
Convert MPResult to polars DataFrame for plotting. |
|
Convert DDDAggResult to polars DataFrame for plotting. |
|
Convert DDDMultiPeriodResult or DDDMultiPeriodRCResult to polars DataFrame for plotting. |
|
Convert DoseResult to polars DataFrame for plotting. |
|
Convert PTEResult event study to polars DataFrame for plotting. |
|
Convert HonestDiDResult to polars DataFrame for plotting. |
|
Convert DIDInterResult to polars DataFrame for plotting. |