View source: R/print.moranPerm.R
print.moranPerm | 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
lisa.perm, bilisa.perm
data(usinc)
require(spdep)
lw<-nb2listw(
poly2nb(usinc,queen=TRUE),style='W'
)
mytest <- unimoran.test(usinc$X2009, listw=lw)
print(mytest)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.