Streamly, a mobile subscription app, launched a new onboarding flow intended to improve early user retention. A product manager wants to know whether the observed lift in 7-day retention is statistically meaningful or just random variation.
You are given results from a randomized A/B test comparing the old onboarding experience (control) to the new onboarding experience (treatment). Determine whether the retention lift is statistically significant at the 5% level, and quantify the uncertainty around the lift.
| Group | Users | Retained at Day 7 | Retention Rate |
|---|---|---|---|
| Control | 18,400 | 7,176 | 39.0% |
| Treatment | 18,950 | 7,770 | 41.0% |
Additional test settings:
| Parameter | Value |
|---|---|
| Significance level | 0.05 |
| Test type | Two-sided |
{"alpha":0.05,"control_n":18400,"treatment_n":18950,"control_rate":0.39,"treatment_rate":0.41,"control_retained":7176,"treatment_retained":7770,"observed_lift_absolute":0.02}Output(none)