
joincount.mc(fx, listw, nsim, zero.policy=FALSE, alternative="greater", spChk=NULL)
listw
object created for example by nb2listw
get.spChkOption()
jclist
of lists with class htest
and mc.sim
for each of the k colours containing the following components:joincount.test
data(oldcol)
HICRIME <- cut(COL.OLD$CRIME, breaks=c(0,35,80), labels=c("low","high"))
names(HICRIME) <- rownames(COL.OLD)
joincount.mc(HICRIME, nb2listw(COL.nb, style="B"), nsim=99)
joincount.test(HICRIME, nb2listw(COL.nb, style="B"))
Run the code above in your browser using DataLab