Consider the following A/B testing regression, which one is the correct interpretation of "b" Outcome = a + b * Treatme
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Consider the following A/B testing regression, which one is the correct interpretation of "b" Outcome = a + b * Treatme
Consider the following A/B testing regression, which one is thecorrect interpretation of "b"Outcome = a + b * TreatmentDummyIf b is positive, it can be interpreted that the treatment group issignificantly better than the control group in the outcome.When treatment dummy increases by one unit, the outcome willincrease by b units.b represents the difference between the treatment and the controlgroup.The average outcome in the control group equals to "a+b".