
Last chance! 50% off unlimited learning
Sale ends in
geo <- sf::st_geometry(guerry)
nb <- st_contiguity(geo)
wt <- st_weights(nb, style = "B")
fx <- guerry$region
global_jc_perm(fx, nb, wt)
global_jc_test(fx, nb, wt)
tally_jc(fx, nb, wt)
Run the code above in your browser using DataLab