Session Ready
Exercise

'Like' / 'Share' click frequency plot

Instead of just computing another conversion rate, here, we want to plot the 'like' conversion rate and the 'share' conversion rate side by side. I did some work ahead of time for you and created a new data frame viz_website_2017_like_share_sum. Take a look at it and you'll see there are two new columns: action, which refers to clicking 'like' or clicking 'share' and conversion_rate which is the percentage of the time the action was done for a given month.

Instructions
100 XP
  • Use the new data frame to build your plot, setting the color and group aesthetics to action.
  • Fill in the missing geom_*() we've used in previous exercises.
  • Make sure the y-axis ranges from 0 to 1, so it's 0% to 100%.