sig.lisamkv | R Documentation |
Compute the Markov transition matrix for Local Indicators of Spatial Association based in the significance of the local moran indicator
sig.lisamkv(x, W, nsim = 999, ...)
x |
numerical matrix of n spatial unit ans t time periods |
W |
an objet of listw class. |
nsim |
number of random spatial permutations for calculation of pseudo p-values, by default is set in 999 |
... |
other argument to |
first the the Local Moran indicator is compute useing the nsim
number of permutation. The non significant indication is considere as an state of the markow chain.
a list cantaning three object
a data frame indicating which type of LISA transition occurred
markov LISA transition matrix
markov probability LISA transition matrix
## Not run:
data(us48)
data <- as.data.frame(us48)
w1queen <- nb2listw(poly2nb(us48))
ll <- sig.lisamkv(data[,10:90],w1queen,999,geoda=FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.