ArcGIS Pro 3.0.2: The GWR tool is producing a warning message stating, "282 locations with coincident features should be considered carefully when interpreting the results of this tool."
As shown in the screenshot below, the GWR tool is generating a warning about the presence of 282 locations with coincident features. In my dataset, these points represent condominium apartments within a building. It is normal to have multiple apartments with the same location, considering that the building may have multiple floors and several apartments on each floor.
One might wonder, why this situation could pose an issue?
I have previously posted a similar thread, but I would like to emphasize the concern related to the multiple coincident features when using the GWR tool.
from Re: ArcGIS Pro 3.0.2: How the weight is calculated... - Esri Community
@EricKrause might want to pick up on his point about the influence that the geographic distribution has upon the results.
Your overlapping results (ie. floors in the buildings) are greatly affecting the spatial distribution, hence the results of any prediction in a kernel.
I might venture that averaging the results per building might even be a better than leaving the stacked points in the analysis. I say "might" suggest, since I haven't fully thought through how using the vertical distribution of the data would impact the spatial interpretation of the results.
I will leave it at that for further commentary by others
Thank you all for the input.
• My model predicts the price of a condominium apartment based on its characteristics. The independent variables include the floor level, the number of apartments on the floor, and the number of apartments in the building, among others.
• I’m not certain when the number of coincident features would pose a problem. Ultimately, the Geographically Weighted Regression (GWR) will assign weights to them according to the Gaussian equation. Their distance from the prediction point is zero, so their weight is 1.
• The Ordinary Least Squares (OLS) method works well without any issues. The results are shown in the screenshots below.
How to deal with the many errors generated by the GWR?
Central Heating and BedroomNo are not statistically significant in your model, which surprises me, because I thought they always would be for the price of the apartment. However, the fact that you have variables that are not statistically significant in your model, means it can't be fully trusted. Look for the * for each of your variables. You really want *** or ** over even the *, which *** is the most statistically significant.