I am trying to predict a binary GLM with multiple predictors. I can do it fine with one predictor variable however struggle when I use multiple
Sample data:
structure(list(attempt = structure(c(1L, 2L, 1L, 2L, 1L, 1L,
1L, 2L, 1L, 2L, 1L, 1L, 1L, 2L, 1L, 2L, 1L, 2L, 1L, 1L,
…