View source: R/global-measures.R
global_c_test | R Documentation |
Global C Test
global_c_test(x, nb, wt, randomization = TRUE, allow_zero = NULL, ...)
x |
A numeric vector. |
nb |
a neighbor list object for example as created by |
wt |
a weights list as created by |
randomization |
default |
allow_zero |
If |
... |
additional arguments passed to |
an htest
object
Other global_c:
global_c()
,
global_c_perm()
geo <- sf::st_geometry(guerry)
nb <- st_contiguity(geo)
wt <- st_weights(nb)
x <- guerry$crime_pers
global_c_test(x, nb, wt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.