R/unimoran.test.R

Defines functions unimoran.test

Documented in unimoran.test

unimoran.test <- function(x,listw,CENT=mean,DESV=sd,nsim=999) {
  bimoran.test(x,x,listw,CENT=CENT,DESV=DESV,nsim=nsim)
}

Try the spdyn package in your browser

Any scripts or data that you put into this service are public.

spdyn documentation built on Oct. 28, 2024, 3 p.m.