Questions tagged [gwr]

Suitable if you have a question about Geographically Weighted Regression module of your environment.

Geographically weighted regression is a spatial analysis technique that takes non-stationary variables into consideration (e.g., climate; demographic factors; physical environment characteristics) and models the local relationships between these predictors and an outcome of interest. Suitable if you have a question about GWR module of your environment.

Some links on general information:

35 questions
0
votes
1 answer

What does the "weights" atrribute do in the gwr function in R?

I am learning to use R to code a simple Geographically Weighted Regression by using gwr.sel() and gwr() functions.When I was reading through the official documentation for gwr(), link: gwr definition I found there is an attribute called…
Kevin
  • 6,711
  • 16
  • 60
  • 107
0
votes
1 answer

How to install Pygwr in anaconda?

I have found this package for geographically weighted regression (GWR) but I do not know how to install it so I can have access to it while working with Jupiter-notebook?
MRM
  • 1,099
  • 2
  • 12
  • 29
0
votes
1 answer

Return AICc from a GWR model

I have run a geographically weighted regression (GWR) in R with the spgwr package and would like to extract the value of AICc and save it as separately. However, this does not seem to be possible. So, what other ways are there to extract or…
0
votes
1 answer

How to input dissimilarity matrix in spatial analysis in spdep R

Aim: I want to create a dissimilarity matrix between pairs of coordinates. I want to use this matrix as an input to calculate local spatial clusters using Moran's I (LISA) and latter in geographically weighted regression (GWR). Problem: I know I can…
rafa.pereira
  • 13,251
  • 6
  • 71
  • 109
0
votes
0 answers

Making fixed bandwidth geographically weighted regressions

I am new to R and I am trying to work out geographically weighted regressions using some code that was developed by Roger Bivand for R. Please see help(gwr) for a discussion of the code. With the help of my professor I was able to make it work with…
1 2
3