Hello, self-taught GIS analyst here (i.e. relative newbie), but not having any technical problems. Rather, I am having theoretical issues and trying to set up my data for analysis.
Questions are near the bottom.
I have a time-series of perhaps 800 crime incidents aggregated into communities polygon layer (i.e. a polygon for each of about 700 communities). The communities layer has a number of attributes including type of economy, population, buildings, area, wealth, etc. These are my independent variables. Together they form the community "social structure." And my dependent variable is "crime incidents". "Community" is a 4th-tier administrative unit in my research area (1st-tier is country, 2nd state, 3rd county, 4th community).
My research question is "Which of the social structure I.V.s (or combination thereof) predicts the occurrence of crime incidents at the community level of analysis?"
Originally, I thought that I needed to do some sort of hotspot analysis. In an early attempt (using fishnet polygon instead of community polygon to aggregate crime incidents), however, the hotspots were the size of 3rd tier (county) administrative units. And any fool that is remotely familiar with my study area could tell you where the crime "hotspots" are at the county level. So that won't work. I think I realize now that this occurred because:
A feature with a high value is interesting but may not be a statistically significant hot spot. To be a statistically significant hot spot, a feature will have a high value and be surrounded by other features with high values as well (from Esri "How Hot Spot Analysis Works").
In other words, because the threshold between polygons with crime incidents was so great, the tool could only determine "statistically significant" areas that were roughly the size of the districts.
You see, all 800 or so crime incidents occur in perhaps 75 communities, meaning that the vast majority of communities have no crime incident data, and those that do have incidents often are surrounded by communities without incidents. I thought perhaps if I added a "zero" for crime incidents in these communities, that might improve the analysis by giving the tool more data to crunch. Now, I don't think that is the case because:
n cases where many of the grid polygons within the study area contain zeros for the number of events, increase the polygon grid size, if appropriate, or remove those zero-count grid polygons prior to analysis.
Question #1: Why would I remove zeros for Hotspot Analysis? Doesn't that simply reduce my sample size?
Question #2: Do I really want to do a "hotspot analysis"? Since the "crime communities" are rather disbursed, can I not just symbolize each polygon community by crime incident count (i.e. since almost all surrounding communities for a "crime community" have zeros, any crime is a "hotspot")? Which leads to my final question...
Question #3: My research question above... How or what GIS tool would allow me to determine what community polygon social structural attributes have the most affect on crime incidents? For reasons of data limitations, I had to assign slightly imprecise geolocated crime incidents to one central community when in reality incidents probably fell across 3 or 4 adjacent communities. Therefore, I'd like to be able to use inferential statistics to not only analyze the influence of my social structure attributes in the specific "crime community" but also account for the social structural impact of communities adjacent to the "crime community" at some spatial threshold.
Since the crime incidents are time stamped and some of the community attributes also vary temporally, ideally I'd also like to incorporate this into the analysis (e.g. if a community experiences a crime at Time 1, does that influence probability of crime at Time 2?). But I don't want to get ahead of myself just now.
Apologies for the length but any assistance would be GREATLY appreciated.
Thanks!