Skip to content
Prev 1776 / 29559 Next

search,grids,SA significance test

Trevor, a few notes in addition to Roger's answer:
Trevor Doerksen wrote:
Depends on where you start. Suppose you have a SpatialPolygons or 
SpatialPolygonsDataFrame object, you can generate a regular grid using 
spsample, or start with makegrid, convert to SpatialPixels, and then use 
overlay the result to obtain NA indices for grid points outside any 
polygon. If you don't have a polygon, you may select grid points within 
a certain distance to nearest observations by interpolating them with a 
search radius; again the NA pattern will reveal grid points too far away.
IMHO, insignificant spatial correlation in spatial data will usually 
indicate a too small sample. A large relative nugget may indicate that 
statistics under the independence assumption are reasonable, 
insignificant correlation still does not imply zero correlation.

Large nugget effects lead to predictions equal to the grand (or local) 
mean or trend estimate, not the inverse distance weighted interpolated 
value.
--
Edzer