Session Ready
Exercise

Re-run glm() for follow-up

Now that we updated our power analysis, I ran our experiment for September, pulling 171 data points per condition. The data has been pre-loaded for you in the data frame followup_experiment_data_sep.

Instructions
100 XP
  • Compute the conversion_rate for the two conditions using the summarize() function.
  • Fill in the dependent and independent values for the glm().
  • Use the tidy() function from broom to look at a cleaned up version of the result.