A permutation test for same colour join count statistics calculated by using nsim random permutations of fx for the given spatial weighting scheme, to establish the ranks of the observed statistics (for each colour) in relation to the nsim simulated values.
joincount.mc(fx, listw, nsim, zero.policy=attr(listw, "zero.policy"),
alternative="greater", spChk=NULL)
A list with class jclist
of lists with class htest
and mc.sim
for each of the k colours containing the following components:
the value of the observed statistic.
the rank of the observed statistic.
a character string giving the method used.
a character string giving the name(s) of the data.
the pseudo p-value of the test.
a character string describing the alternative hypothesis.
the mean and variance of the simulated distribution.
nsim simulated values of statistic, the final element is the observed statistic
a factor of the same length as the neighbours and weights objects in listw
a listw
object created for example by nb2listw
number of permutations
default attr(listw, "zero.policy")
as set when listw
was created, if attribute not set, use global option value; if TRUE assign zero to the lagged value of zones without neighbours, if FALSE assign NA
a character string specifying the alternative hypothesis, must be one of "greater" (default), "two.sided", or "less".
should the data vector names be checked against the spatial objects for identity integrity, TRUE, or FALSE, default NULL to use get.spChkOption()
Roger Bivand Roger.Bivand@nhh.no
Cliff, A. D., Ord, J. K. 1981 Spatial processes, Pion, p. 63-5.
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, alternative="two.sided")
joincount.test(HICRIME, nb2listw(COL.nb, style="B"), alternative="two.sided")
Run the code above in your browser using DataLab