10

The question is as the title says: what is the difference between A/B Testing and Randomized Control Trials?

shadowtalker
  • 11,395
  • 3
  • 49
  • 109
Vincent
  • 495
  • 2
  • 6
  • 13

1 Answers1

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