A
A

BrightCart, an online retailer, tested a new promotional email subject line to improve open rates. The marketing team wants to know whether the observed lift is statistically significant or could plausibly be due to random variation.
You are given results from a randomized A/B test comparing the current subject line (control) to a new subject line (treatment). Determine whether the treatment meaningfully changed the email open rate, explain what statistical significance means in this setting, and describe how the p-value relates to the decision.
| Group | Emails Sent | Opens | Open Rate |
|---|---|---|---|
| Control | 8,400 | 1,764 | 21.0% |
| Treatment | 8,100 | 1,863 | 23.0% |
Additional test setting:
| Parameter | Value |
|---|---|
| Significance level (α) | 0.05 |
| Test type | Two-sided |
{"alpha":0.05,"control_n":8400,"treatment_n":8100,"control_rate":0.21,"control_opens":1764,"treatment_rate":0.23,"treatment_opens":1863}Output(none)