The question is as the title says: what is the difference between A/B Testing and Randomized Control Trials?
Asked
Active
Viewed 4,327 times
1 Answers
9
A/B testing seems to be computer geeks terminology, but the idea is of course same. You have an control version of web-page and changed one and you test if difference between some user action rate is statistically significant between versions of pages.
A/B testing tests single feature combination differences when multivariate testing tests different combinations of their interactions.

Analyst
- 2,527
- 10
- 11
-
4To emphasize: there is no actual difference. They're different terms for the same thing. – Kodiologist Aug 12 '16 at 06:08