risk_detector | R Documentation |
Determine whether there is a significant difference between the attribute means of two sub regions.
risk_detector(y, x, alpha = 0.95)
y |
Variable Y, continuous numeric vector. |
x |
Covariate X, |
alpha |
(optional) Confidence level of the interval, default is |
A tibble.
Wenbo Lv lyu.geosocial@gmail.com
risk_detector(y = 1:7,
x = 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.