I am trying to use spind (and GEE) for the first time. I have 582 rows in my data set and lat/long coordinates. I have made sure tot urn the coordinates into integers. Every model I try to run returns the following error message:
Error in GEE(formula, data = dat1, coord = coords, family = "gaussian", :
length of data does not match length of coordinates
I am certain that both the coords matrix and the data file have the same length (582 lines) and there are no missing values. Has anyone else encountered this problem, and how did you resolve it?