print.moranPerm {spdyn} | R Documentation |
moranPerm
object.
Print method for moranPerm
object.
## S3 method for class 'moranPerm' print(x, ...)
x |
An object of class |
... |
Further arguments passed to |
Osmar Leandro Loaiza Quintero
Anselin, Luc (1995). Local Indicators of Spatial Association. Geographical Analysis
data(usinc) require(spdep) lw<-nb2listw( poly2nb(usinc,queen=TRUE),style='W' ) mytest <- unimoran.test(usinc$X2009, listw=lw) print(mytest)