I would like to know whether binomial regression coupled with SAR random effects can be fitted using brms?
I try this using the following code, but it reports an error “Error: SAR terms are not implemented for this family.”
Unfortunately, - as the documentation says this feature is not available - part of the reason IMHO is that it if I understand those models correctly, they allow for marginalizing out a lot of the parameters for normal and student_t response. If you know of a suitable reference for how this model could be implemented with a binomial response, you may consider filing an issue at the brms repo, or (even better) you may try to implement the binomial SAR as a custom family (taking the implementation of normal_errorsar_lpdf you can see via make_stancode as a starting point).