ssh_test | R Documentation |
Spatial stratified heterogeneity test based on geographical detector q value.
ssh_test(y, hs)
y |
Variable Y, continuous numeric vector. |
hs |
Spatial stratification or classification of each explanatory variable.
|
A tibble
This is a C++
implementation of the factor_detector
function in gdverse
package.
ssh_test(y = 1:7, hs = c('x',rep('y',3),rep('z',3)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.