BrightMail, a marketing automation company, tested a new subject line to improve email click-through rate (CTR). The analytics team wants to know whether the observed lift is statistically significant or could be due to random variation.
You are given results from a randomized A/B test comparing the current subject line (control) with a new subject line (treatment). Determine whether the treatment's higher CTR is statistically significant at the 5% level.
| Group | Emails Delivered | Clicks | Click-Through Rate |
|---|---|---|---|
| Control | 18,500 | 1,554 | 8.40% |
| Treatment | 17,900 | 1,665 | 9.30% |
Use a two-proportion z-test with a two-sided alternative.
{"alpha":0.05,"control_n":18500,"treatment_n":17900,"control_rate":0.084,"control_clicks":1554,"treatment_rate":0.093,"treatment_clicks":1665}Output(none)