BaseExperiment.effect_summary#

abstractmethod BaseExperiment.effect_summary()[source]#

Generate a decision-ready summary of causal effects.

Concrete experiments declare only the keyword-only parameters that their own effect-summary implementation supports.

Returns:

Object with .table (DataFrame) and .text (str) attributes.

Return type:

EffectSummary