lisamkv: Markov for Local Indicators of Spatial Association

View source: R/lisamkv.R

lisamkvR Documentation

Markov for Local Indicators of Spatial Association

Description

Compute the Markov transition matrix for Local Indicators of Spatial Association

Usage

lisamkv(x, W, ...)

Arguments

x

numerical matrix of n spatial units and t time periods

W

an objet of listw class.

...

other argument to quad function. See quad for more infomation.

Details

For later...

Value

a list cantaining three objects

move

a data frame indicating which type of LISA transition occurred

lisamatrix

markov LISA transition matrix

p.lisamatrix

markov probability LISA transition matrix

Examples

data(us48)
data <- as.data.frame(us48)
w1queen <- nb2listw(poly2nb(us48))
ll <- lisamkv(data[,10:90],w1queen)


amvallone/estdaR documentation built on March 30, 2024, 9:38 p.m.