Patrick Likongwe <patricklikongwe <at> yahoo.co.uk> writes: > > Dear Team, > > Help me out here. I have managed to run a Geographically Weighted > Regression in R with all results coming up. The problem now comes in > mapping the parameter estimates and the t values that are significant in > the model. My data is like this:
The data appear to have point support, so the output of gwr() will include a SpatialPointsDataFrame - if you look at summary(gwr.model0$SDF), you will see that it is a SpatialPointsDataFrame. Consequently, a plot() of the points will show coloured points. Nothing in the your work suggests that the GWR results are being calculated for polygons. Please only use GWR for exploration, never look at any inferential output - look for spatial patterning in the mapped coefficients that corresponds with identifiable missing covariates. Then include these, and use non-GWR methods. Please also use the R-sig-geo list, not this general list. > > [[alternative HTML version deleted]] Do not post HTML! > > ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.