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

Exercise

'Like' click frequency plot

Let's get some practice computing another variable, this time also plotting the results. Let's look at the amount of time someone clicked 'like' on one of the articles.

Instructions

100 XP
  • Get the conversion rate for clicking 'like'.
  • Initialize the plot.
  • Set the y-axis to our computed column.
  • Use percent to ensure the y-axis is displayed as a percent.