print.moranPerm: Print method for 'moranPerm' object.

View source: R/print.moranPerm.R

print.moranPermR Documentation

Print method for moranPerm object.

Description

Print method for moranPerm object.

Usage

## S3 method for class 'moranPerm'
print(x, ...)

Arguments

x

An object of class moranPerm, as returned by unimoran.test or bimoran.test.

...

Further arguments passed to print

Author(s)

Osmar Leandro Loaiza Quintero

References

Anselin, Luc (1995). Local Indicators of Spatial Association. Geographical Analysis

See Also

lisa.perm, bilisa.perm

Examples


data(usinc)

require(spdep)

lw<-nb2listw(
		poly2nb(usinc,queen=TRUE),style='W'
	)

mytest <- unimoran.test(usinc$X2009, listw=lw)

print(mytest)


spdyn documentation built on Oct. 28, 2024, 3 p.m.