Dear colleagues,

I have a dataset consisting of continuous, categorical, and binomial (presence/absence) variables, and I need to test for spatial autocorrelation in each one of them. I have done it already for the continuous variables using the standard Moran's I (Moran.I function of the ape R-package), but I understand I cannot do this for my other variables. What other R alternatives do I have to test for spatial autocorrelation in categorical and binomial (presence/absence) variables?

Thanks in advance!

Similar questions and discussions