Skip to content
Prev 2089 / 29559 Next

efficient code/function for rectangular SP weight Matrix and gwr

Roger Bivand wrote:
The short answer is yes.  The whole calculation went from 30 minutes to 
under 30 seconds!

thanks Roger!  R is well documented, but these lists are invaluable!

I am using these weights in a logistic GWR.  The bootstrapping step took 
3 days.  Are there functions that someone has written in R for logistic 
GWR (or any other GLM for that matter)?  I need a function that allows 
for an offset term in the linear predictor.  What I am using now works 
(looping through glm()), but on this problem it takes a very, very long 
time.


Sam

apologies to Roger for sending this directly.