lisamkv: Computa the LISA markov transition matrix

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/lisamkv.R

Description

Compute the join posibilities of transition between a spatial unit and his neighbours.

Usage

1
lisamkv(x,W)

Arguments

x

a n x t matrix of n saptial units and t periods of time

W

a listw object conatining the neigbourhood relationship of the spatial units.

Details

for later.....

Value

Return a mkvlisa object with two components

move

a matrix containing the movement sequence os each spatial unit

lisamatrix

a matrix containing the transitions between the different Moran's scatterplot quadrants

p.lisamatrix

a matrix containing the probabilities of transitions between the different Moran's scatterplot quadrants

Author(s)

Andres Vallone avallone@ucn.cl

References

Rey, S. J., and Janikas, M. V. (2006). STARS: space-time analysis of regional systems. Geographical analysis, 38(1), 67-86.

See Also

mkv,level.mkv,lag.listw

Examples

1
2
3
4
data(usjoin)
income<-usjoin[,3:dim(usjoin)[2]]
lisamkv.us<-lisamkv(income,W)
print(lisamkv.us$p.lisamatrix)

amvallone/spDym documentation built on May 30, 2019, 8:01 a.m.