Business Context
PulseFit, a mobile fitness app, launched a new personalized onboarding flow intended to help new users find relevant workouts faster. The product team wants to know whether the feature improves 7-day retention for newly registered users.
Problem Statement
You are asked to structure the experiment and evaluate whether the new feature increased retention relative to the current onboarding experience.
Given Data
A 14-day randomized A/B test was run on new users only, with user-level randomization at signup.
| Group | Users Assigned | Users Retained on Day 7 | 7-Day Retention Rate |
|---|
| Control (existing onboarding) | 18,400 | 5,152 | 28.0% |
| Treatment (new onboarding) | 18,100 | 5,430 | 30.0% |
Additional planning inputs:
| Metric | Value |
|---|
| Baseline 7-day retention | 28.0% |
| Minimum detectable effect (absolute lift) | 1.5 percentage points |
| Significance level | 0.05 |
| Desired power | 0.80 |
Requirements
- Define the experimental design: unit of randomization, target population, primary metric, and at least two guardrail metrics.
- State the null and alternative hypotheses for testing retention lift.
- Compute the observed retention rates, pooled proportion, standard error, z-statistic, and two-sided p-value.
- Construct a 95% confidence interval for the difference in retention rates.
- Compare the observed effect to the minimum detectable effect and state whether the result is practically meaningful.
- Conclude whether PulseFit should roll out the feature now, continue testing, or reject the feature.
Assumptions
- Randomization was implemented correctly with no sample ratio mismatch.
- Each user appears once and outcomes are independent across users.
- Day-7 retention is defined as at least one session on day 7 after signup.
- No major concurrent launches affected only one variant during the test window.