Session Ready
Exercise

Practice with glm()

In the video, we analyzed our results with a logistic regression, using the function tidy() from the broom package to see a cleaned up version of our results. Run the same analysis using our new data frame experiment_data_clean.

Instructions
100 XP
  • Use the newly created experiment_data_clean to find the conversion rates for each condition.
  • Using the glm() function, run a logistic regression of condition by clicked_adopt_today.