View source: R/global-measures.R
global_c | R Documentation |
Compute Geary's C
global_c(x, nb, wt, allow_zero = NULL)
x |
A numeric vector. |
nb |
a neighbor list object for example as created by |
wt |
a weights list as created by |
allow_zero |
If |
a list with two names elements C
and K
returning the value of Geary's C and sample kurtosis respectively.
Other global_c:
global_c_perm()
,
global_c_test()
nb <- guerry_nb$nb
wt <- guerry_nb$wt
x <- guerry_nb$crime_pers
global_c(x, nb, wt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.