powered by
Determine whether there is a significant difference between the attribute means of two sub regions.
risk_detector(y, x, alpha = 0.95)
A tibble.
Variable Y, continuous numeric vector.
Covariate X, factor, character or discrete numeric.
factor
character
discrete numeric
(optional) Confidence level of the interval, default is 0.95.
0.95
Wenbo Lv lyu.geosocial@gmail.com
risk_detector(y = 1:7, x = c('x',rep('y',3),rep('z',3)))
Run the code above in your browser using DataLab