geary.test
and geary.mc
;
geary.intern
is an internal function used to vary the similarity
criterion.geary(x, listw, n, n1, S0, zero.policy=FALSE)
listw
object created for example by nb2listw
geary.test
, geary.mc
,
sp.mantel.mc
data(oldcol)
col.W <- nb2listw(COL.nb, style="W")
str(geary(COL.OLD$CRIME, col.W, length(COL.nb), length(COL.nb)-1,
Szero(col.W)))
Run the code above in your browser using DataLab