Authors:
Arunkumar, Supriya & Jahnert, Marc
This project evaluates the impact of a new user interface (UI) on confirmation rates using A/B testing. Our goal is to determine if the UI update led to improved user confirmation rates.
- Jupyter Notebook: Contains all the code and analyses conducted.
- Python Functions: Core functions used in the analysis are included in
.pyfiles. - Tableau Visualizations: Link to Tableau file showcasing data insights.
- Presentation Slides: Link to Google Slides.
- Kanban Board: Trello Link for project management.
- Data Sources: Data Link.
- H1: No significant difference in confirmation rates between Control and Test groups.
- H2: Any increase in confirmation rates due to the new UI is not statistically significant at the 5% level.
- H3: There is a significant difference in confirmation rates across different age categories.
- Data Cleaning & Merging
- A/B Testing: Test vs. Control group analysis.
- Statistical Methods:
- Two-Proportion Z-Test
- Chi-Square Test
- One-Way ANOVA
-
H1 Results:
- Test Group Confirmation Rate: 14.23%
- Control Group Confirmation Rate: 12.71%
- Statistical Significance: Z-statistic: 14.70, P-value < 0.0001. This indicates a significant difference between the confirmation rates of the Test and Control groups.
-
H2 Results:
- Control Group Confirmation Rate: 56.4%
- Test Group Confirmation Rate: 66.8%
- Increase in Confirmation Rates: 10.4%
- Statistical Significance: Chi-Square Statistic: 220.10, P-value < 0.0001, confirming the increase is statistically significant at the 5% level.
-
H3 Results:
- F-statistic for Test Group: 43.96, P-value < 0.0001.
- F-statistic for Control Group: 22.12, P-value < 0.0001.
- These results show significant differences in confirmation rates across different age categories in both groups.
The new UI led to a significant increase in confirmation rates. Age category also influenced user behavior, suggesting further optimization can be made by targeting specific demographics.
- Simplify the User Journey: Reduce the number of steps required for confirmation.
- Optimize for Mobile Devices: Ensure the UI performs smoothly on mobile platforms.
- Target Age Groups: Consider age-related behaviors when rolling out future updates.
Feel free to reach out for further details on this project.