local_moran_bv_impl {sfdep}R Documentation

Local Bivariate Moran's I spdep implementation

Description

Local Bivariate Moran's I spdep implementation

Usage

local_moran_bv_impl(x, y, listw, nsim)

Arguments

x

a numeric vector of same length as y.

y

a numeric vector of same length as x.

listw

a listw object for example as created by nb2listw().

nsim

the number of simulations to run.


[Package sfdep version 0.2.5 Index]