Quidest?

Example Analysis of an A/B test

ยท Lorenzo Drumond

Example: first 500 visitors of a website are used in an A/B experiment. 250 are exposed to variation A, the rest to version B.

Question: which version causes people to view the most number of distinct pages? -> Distinct Pages Views is the metric.

Design Consideration

What are our variables?

The idea behind an experiment is that some measure Y is the result of an effect X plus a measurement error:

1Y ~ X + \epsilon

In a typical analysis of variance, Y is numerical, while X is a categorical type (variable-types).

Independent variables can also be called factors (website variant, gender, age…).

Factors can take on values, which are called levels of the factor (A/B, male/female, young/old…).

Factors can also be between subjects or within subjects.

Running a test

We want to think about:

References

Next -> independent-samples-t-test

#statistics #experiment #within_subjects #rlang #coursera #design #theory #test #between_subjects #week3 #ab_test #designing_running_and_analyzing_experiments