
A Product Growth Analyst at Didi Chuxing is reviewing whether exposure to a Didi Ride promo banner in the app causes higher same-day ride booking, or whether the observed relationship is only correlation driven by confounding factors such as user activity level.
You are given aggregated data from 8 user segments. First, measure the association between promo exposure rate and same-day booking rate. Then evaluate whether that association supports a causal claim after accounting for average prior weekly app opens, a likely confounder.
| Segment | Promo Exposure Rate | Same-Day Booking Rate | Avg Prior Weekly App Opens |
|---|---|---|---|
| 1 | 0.10 | 0.050 | 1.0 |
| 2 | 0.20 | 0.070 | 2.0 |
| 3 | 0.30 | 0.090 | 3.0 |
| 4 | 0.40 | 0.110 | 4.0 |
| 5 | 0.50 | 0.130 | 5.0 |
| 6 | 0.60 | 0.150 | 6.0 |
| 7 | 0.70 | 0.170 | 7.0 |
| 8 | 0.80 | 0.190 | 8.0 |
Assume a significance level of .
{"alpha":0.05,"n_segments":8,"booking_rate":[0.05,0.07,0.09,0.11,0.13,0.15,0.17,0.19],"promo_exposure_rate":[0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8],"prior_weekly_app_opens":[1,2,3,4,5,6,7,8]}Output(none)