I have a dataset of 400 spatial points that consist of a binary response (attribute) (1, 0) and 22 continuous explanatory variables (covariates).
The variogram of the actual data exhibited signs of non-stationarity, so I have to check for the trend-surface and external drift.
Now a logistic regression fit gives quite strange results, the residuals are by no way looking normal and apparently have extreme outliers (as large as -3000) and a very large variance (~120). Whereas a multivariate linear regression model fits very well, with a reasonable R^2 (~60%) and fairly symmetric histogram/kernel density plot and a small variance of 0.3. In my Reg Kriging I used linear model to get residuals and then proceeded with variogram and kriging. In KED I again used a full models using the actual response variable rather than logit.
Am I doing it correctly? Any suggestions?