Learn R Programming

SDPDmod (version 0.0.6)

eignor: Maximum eigenvalue normalization

Description

Maximum eigenvalue row normalization of a spatial weights matrix.

Usage

eignor(W)

Value

W

Eigenvalue normalized spatial weights matrix

Arguments

W

spatial weights matrix

Author

Rozeta Simonovska

See Also

rownor

Examples

Run this code
data(gN3dist)
dist2 <- gN3dist/1000 ##distance in km
W     <- InvDistMat(distMat = dist2, distCutOff = 100, powr = 2)
Wnor  <- eignor(W)

Run the code above in your browser using DataLab