ExperimentResult.effect_summary#
- ExperimentResult.effect_summary(**kwargs)[source]#
Get a structured effect summary.
- Parameters:
- **kwargs
Keyword arguments passed to
result.effect_summary(). Common arguments includedirection("increase","decrease","two-sided"),alpha(HDI level), andmin_effect(ROPE threshold).
- Returns:
objectEffect summary with
.table(DataFrame) and.text(string) attributes.