
PulseFit, a subscription fitness app, tested a new onboarding flow intended to increase paid signup conversion. The product manager wants to know how to interpret the confidence interval from the experiment, not just whether the result is statistically significant.
You are given the results of a 10-day A/B test comparing the current onboarding flow (control) with a redesigned flow (treatment). Estimate the 95% confidence interval for the difference in conversion rates and explain what that interval means in the context of the product decision.
| Group | Sample Size | Paid Signups | Conversion Rate |
|---|---|---|---|
| Control | 18,500 | 2,220 | 12.00% |
| Treatment | 18,900 | 2,419 | 12.80% |
Additional parameters:
| Parameter | Value |
|---|---|
| Confidence level | 95% |
| Significance level | 0.05 |
| Minimum practically meaningful lift | 0.5 percentage points |
{"alpha":0.05,"control_n":18500,"treatment_n":18900,"control_rate":0.12,"treatment_rate":0.128,"confidence_level":0.95,"control_conversions":2220,"treatment_conversions":2419,"minimum_practical_lift":0.005}Output(none)