GWR4 was developed by the same scholars that created Geographically Weighted Regression (GWR) (Brunsdon, Fortheringham, and Charlton). In brief, GWR runs local regression models on each geographic feature vs. ordinary least squares (OLS) regression which globally runs one model on all features. In GWR, coefficient estimates are allowed to vary geographically and can be mapped.
- Questions that GWR can help answer:
- General: Do the effects of demographics race, income, education vary geographically on your outcome of interest, after statistical adjustment?
- Specific: Does the percent of smokers on prevalence of asthma vary geographically or stay the same?
- Since smoking is a major risk factor for asthma, we would expect all local coefficients to be positive--increasing the prevalence or risk of asthma.
If you are still confused, click the map of Tokyo below--based on GWR4 and the sample data. Hopefully, this will help clarify the significance of GWR models. (I ran out of time or I would have classified the layer better. Keep in mind, odds > 1 each unit increase in the unemployment rate is associated with higher mortality, odds < 1 each unit increase in unemployment rate is associated with lower mortality.)"GWR 4 can be used to explore geographically varying relationships between dependent/response variables and independent/explanatory variables."
Visit here to download GWR4: http://www.st-andrews.ac.uk/geoinformatics/gwr/gwr-software/
GWR's Interface and Workflow: Load data->Identify Dependent and Independent Variables--> --> Choose kernel, bandwidth, and selection criteria-->Output and Execute!
A quick note: I am taking a break from OpenLayers 3 (OL3) to wait for the final code, documentation, tutorials, and books to be completed. However, we will return to OL3 later this year--when I also hope to have more examples. Be sure to check out other JavaScript libraries to get maps on the web from Leaflet, MapBox, Google, CartoDB, and any others I missed! For more information on other similar projects visit the GIS StackExchange.
|