Skip to content
Prev 7788 / 29559 Next

spatial clustering taking account of "value"

I may be misinterpreting your desired output, but could you not also
perform LISA on this dataset?
For example if you are interested in:
Then the Getis and Ord Gi(*) statistic (not *truly* a LISA) would
likely do the trick for you.
The local spatial statistic G is calculated for each zone based on the
spatial weights object used. The value returned is a Z-value, and may
be used as a diagnostic tool. High positive values indicate the
posibility of a local cluster of high values of the variable being
analysed, very low relative values a similar cluster of low values.
The spatial weights object can be created using (as you mentioned
above) a distance threshold, or based on relativeneigh() I imagine.

Regards,

Carson
On Wed, Mar 10, 2010 at 9:32 AM, Sean O'Riordain <seanpor at acm.org> wrote: