lisamkv | R Documentation |
Compute the Markov transition matrix for Local Indicators of Spatial Association
lisamkv(x, W, ...)
x |
numerical matrix of n spatial units and t time periods |
W |
an objet of listw class. |
... |
other argument to |
For later...
a list cantaining three objects
a data frame indicating which type of LISA transition occurred
markov LISA transition matrix
markov probability LISA transition matrix
data(us48)
data <- as.data.frame(us48)
w1queen <- nb2listw(poly2nb(us48))
ll <- lisamkv(data[,10:90],w1queen)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.