Hello, I am using Getis-Ord Gi* to conduct a hotspot analysis of census tracts in ArcGIS Pro (using a US Census Bureau shapefile for the census tracts), I have prevalence rates in the form of percentages for a certain disease.
Due to there being some census tracts with no cases in my data or with a denominator below a cut off we've specified (or just a denominator of 0 in some instances), some tracts are missing when I map the disease prevalence rates. I am wondering how missing data like this can be handled when conducting a hotspot analysis?
I should add that some of the missing tracts are missing because we either do not have any of our health plan members living in those tracts (so a 'denominator' of zero, there are also some that are extremely small like one or two people in some cases, hence the reason for the denominator threshold cut off I mentioned) or do not have any cases (a 'numerator' of zero).
So the missing isnt always due to simply missing cases I think but sometimes also missing the tract's 'denominator' as well.
This ESRI article says the following about missing data and hotspot analysis:
https://www.esri.com/about/newsroom/arcuser/dealing-with-missing-data/
The impacts of filling in missing values on statistical analyses are more difficult to determine, particularly if the analyses involve calculating local statistics. For example, hot spot analysis (Getis-Ord GI*) compares a local statistic to the global average. Filling in missing values can skew the distribution so that the mean of the dataset will be different once missing values are filled in. Since the impact of filling in missing values is difficult to predict, a best practice is to perform the statistical analysis before and after filling in missing values to compare the results.
So is the only recourse simply removing the missing census tracts? How does ArcGIS Pro in particular treat null/missing tracts? Should I just set my "rate" variable to 'null', or should it be set to zero?
Or should I just remove the missing tract shapes/features completely from the underlying census tracts shapefile when joining my prevalence rate data with the census tracts shapefile?
Any insights and especially literature sources would be much appreciated!