1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to A/B Testing in R

Exercise

Plotting 'like' clicks in multivariate experiment

Now that we've seen that there was an interaction for time spent on the homepage, let's take look at the conversion rates for clicking 'like' to see if there was an additive effect.

All packages you need are pre-loaded. The data is preloaded in the data frame viz_website_2018_05.

Instructions

100 XP
  • In the plot set x to the first variable.
  • In the plot set fill to the second variable.
  • In the plot make sure the labels on the y-axis display as percents.