Last time | Next time |
The weather is forecast to be nice!
so far we have those who can be (I believe: correct me if I'm wrong!),
Let's spend a few minutes talking logistics:
Protocol has provided a script, along with additional information:
Last time we found "pseudo 532" values by creating weighted averages of the census values for 2000 and 1990. We noticed some population patterns while doing so. Populations had plummeted from 1990 to 2000, which probably led to 502 and 503 being combined into a single census tract.
Once we know how to do that, I'll turn you loose to collect some more data so that we can compute a few more Moran's Is for Newport, including over time.
In the case of Newport, the median incomes look like this (for 2013 ACS):
19779 ;; 501 51071 ;; 504 28507 ;; 505 24538 ;; 506 37917 ;; 524 55711 ;; 525 37772 ;; 532
0 0 0 1 0 0 1 ;; 501 0 0 1 0 1 0 1 ;; 504 0 1 0 1 1 1 1 ;; 505 1 0 1 0 0 1 0 ;; 506 0 1 1 0 0 1 0 ;; 524 0 0 1 1 1 0 0 ;; 525 1 1 1 0 0 0 0 ;; 532
The pattern that we'd like to be able to distinguish is called the null hypothesis. Often we want to detect departures from spatial randomness. If that is the case, as you can see from the distribution, we can't do that -- the MI for the data is right in the middle. On the other hand, we are really interested in detecting if there is something different about the west side, so we might decide which census tracts make up the west side, and then look for departures from an east side/west side split.
Let's turn our attention back to the simpler case of the 2x2 example, but using different data.
Compute Moran's I for the data
0 1 1 0 1 0 0 1 1 0 0 1 0 1 1 0