| global_c_test {sfdep} | R Documentation | 
Global C Test
Description
Global C Test
Usage
global_c_test(x, nb, wt, randomization = TRUE, allow_zero = NULL, ...)
Arguments
| 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  | 
Value
an htest object
See Also
Other global_c: 
global_c(),
global_c_perm()
Examples
geo <- sf::st_geometry(guerry)
nb <- st_contiguity(geo)
wt <- st_weights(nb)
x <- guerry$crime_pers
global_c_test(x, nb, wt)
[Package sfdep version 0.2.4 Index]