Back to M1 — Stats / Experimentation Rounds

Stats / Experimentation Rounds

Outcome: Solve CUPED + Simpson + permutation items Curated video (Jay Feng): A/B Testing Interview with a Google Data Scientist — https://www.youtube.com/watch?v=2sWVLMVQsu0 (verified live via yt-dlp 2026-09-24). Pointer: 77-derived items (L343/q901, L345/q902, L349/q903); shell: courses/video-scripts/ds-interview-prep/02.md.

13 minutesVideo LessonPDF notes
🎯 Free Guest Mode: You are learning for free. Sign in to save your completion progress and quiz answers.

Ready to continue?

Mark this lesson as complete when you're ready to proceed.

Key moments

  1. Counter-Intuitive Result — An experiment showed a $10 reward decreased survey response rate from 50% (control) to 30% (treatment).
  2. Initial Hypotheses — Possible causes include users feeling discouraged by the incentive or technical issues like Sample Ratio Mismatch (SRM).
  3. Checking Experience — Systematically bad experience, such as slow loading times due to the reward mechanism, can frustrate treatment users.
  4. Isolating the Cause — If technical checks pass, test the hypothesis that the reward itself is discouraging by adding a $5 reward group.
  5. Call to Action Bias — Ensure the control group did not have a hidden incentive, making sure the test isolates only the reward effectiveness.
  6. Operationalization Effects — The way the reward is presented, such as in the subject line versus the email body, significantly affects user perception and response.
  7. Designing the Perfect Test — Success requires defining a holistic hybrid metric that includes quality signals like survey completeness, not just conversion rate.
  8. Practical Significance — Sample size must be determined by the minimum effect size that is practically worth implementing for the business.
  9. Multi-Variant Testing — A robust follow-up test should include a $5 reward and variants testing different operationalizations without repeating known failures.
  10. Quality vs. Conversion — If high conversion leads to low quality responses, the experiment must optimize for a holistic metric that weights both factors.
PDF notes

Frequently asked questions

Why might a $10 reward decrease the response rate?

Users might feel the company is 'buying' their response, or the reward message (especially in the subject line) might look like spam.

What is Sample Ratio Mismatch (SRM)?

It means the intended randomization (e.g., 50/50 split) failed, often due to systematic technical issues affecting one group's experience.

How do I test if the reward amount is the issue?

Run a follow-up experiment with an interim reward amount, like $5, to see if the response rate falls between the $0 and $10 groups.

What is the role of practical significance in experiment design?

It defines the minimum effect size (e.g., 5% lift) that makes the change worthwhile, which then dictates the required sample size.

If response rate increases but quality drops, what should I do?

The metric was flawed. Use a hybrid metric that incorporates weights for both conversion rate and response quality (e.g., completeness or length).