pairwise_colocation_perm_impl {sfdep} | R Documentation |
Pairwise CLQ conditional permutation implementation
Description
Internal implementation of the pairwise CQL using conditional permutation. Functionally the same as pairwise_colocation()
.
Usage
pairwise_colocation_perm_impl(A, B, nb, nsim = 199)
Arguments
A |
a character or factor vector. |
B |
a character or factor vector. |
nb |
a neighbors list e.g. created by |
nsim |
default |
Value
a matrix used by pairwise_colocation
[Package sfdep version 0.2.5 Index]