Session Ready
Exercise

Follow-up experiment 1 analysis

Based on your power analysis, you have decided to run your experiment and now have data to analyze.

The tidyverse packages that you need for the exercise (readr and dplyr) and broom have been pre-loaded for you.

Instructions
100 XP
  • Read in the data from your new experiment followup_experiment_data.csv.
    • Note: instead of condition having control and test, the levels are cat_hat and kitten_hat.
  • Compute the conversion rate for the two conditions. Notice anything unexpected? (Hint, look at visit_date.)
  • Run the logistic regression to see if there is an effect.