isrownor {SDPDmod} | R Documentation |
Checks if a spatial weights matrix is row-normalized.
isrownor(W)
W |
spatial weights matrix |
Logical value. If the weights matrix is row-normalized such that all rows sum up to 1, the value is TRUE.
Rozeta Simonovska
data("usa46", package="SDPDmod")
isrownor(usa46)