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

Exercise

glm() documentation

To analyze our results, we used the function glm() and set family to binomial. Take a look at the documentation to using ?glm to see what exactly the family argument is.

Instructions

50 XP

Possible answers