moran.test {stats} |
R Documentation |
Calculate Moran's I quickly for point data
Description
test spatial cluster via moran index
Usage
moran.test(x,
sx = NULL,
sy = NULL,
alternative = TwoSided,
throwMaxIterError = FALSE,
parallel = TRUE);
Arguments
x
-
alternative
a character sring specifying the alternative hypothesis that is
tested against; must be one of "two.sided", "less", or "greater",
or any unambiguous abbreviation of these. [as Hypothesis]
env
[as Environment]
Details
Authors
sciBASIC.NET
Value
this function returns data object of type list. the list data also has some specificied data fields:
list(observed, expected, sd, p.value, z, prob2, t, df)
.
clr value class
Examples
[Package
stats version 5.0.1.2389
Index]