powered by
Function for calculate power of spatial determinant q_s
q_s
psd_spade(y, x, wt)
A value of power of spatial determinant q_s.
Variable Y, continuous numeric vector.
Covariable X, factor, character or discrete numeric.
factor
character
discrete numeric
The spatial weight matrix.
Wenbo Lv lyu.geosocial@gmail.com
The power of spatial determinant formula is
\(q_s = 1 - \frac{\sum_{h=1}^L N_h \Gamma_h}{N \Gamma}\)
Xuezhi Cang & Wei Luo (2018) Spatial association detector (SPADE),International Journal of Geographical Information Science, 32:10, 2055-2075, DOI: 10.1080/13658816.2018.1476693
data('sim') wt = sdsfun::inverse_distance_swm(sf::st_as_sf(sim,coords = c('lo','la')), power = 2) psd_spade(sim$y,sdsfun::discretize_vector(sim$xa,5),wt)
Run the code above in your browser using DataLab