Hello. I have two question about latest spgwr package.
First, I've modified gwr function's example a little and tried to get each bandwidth values on observation points using adaptive kernel in spgwr as follows. col.bw <- gwr.sel(crime ~ income + housing, data=columbus,adapt=0.5, coords=cbind(columbus$x, columbus$y)) col.gauss <- gwr(crime ~ income + housing, data=columbus,adapt=0.5, coords=cbind(columbus$x, columbus$y), bandwidth=col.bw, hatmatrix=TRUE) I've got a value of "col.gauss$bandwidth." However this result was "null." How to get bandwidth values on observation points? And another question about spgwr. How to use gwr.morantest function? It can work? Regards. _______________________________________________ R-sig-Geo mailing list R-sig-Geo@stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-geo