Closed mattansb closed 5 years ago
library(rstanarm) m0 <- stan_glmer(cbind(incidence, size - incidence) ~ (1|herd), data = lme4::cbpp, family = binomial) insight::get_response(m0) #> Error in `[.data.frame`(md, , needed.vars, drop = FALSE) : #> undefined columns selected
damn, these stupid null-models! :-D Should be fixed with the next commit.
Glad I'm here to find edge cases that no one will ever use 😄