View source: R/global-measures.R
global_moran_test | R Documentation |
Global Moran Test
global_moran_test(
x,
nb,
wt,
alternative = "greater",
randomization = TRUE,
...
)
x |
A numeric vector. |
nb |
a neighbor list object for example as created by |
wt |
a weights list as created by |
alternative |
default |
randomization |
default |
... |
additional arguments passed to |
an object of class htest
Other global_moran:
global_moran()
,
global_moran_bv()
,
global_moran_perm()
,
local_moran_bv()
nb <- guerry_nb$nb
wt <- guerry_nb$wt
x <- guerry_nb$crime_pers
global_moran_test(x, nb, wt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.