For the above-average areas, which individual cities are above average? This often will not return anything.
get_outliers(var, direction, pmax = 0.01)
var | variable to look at |
---|---|
direction | should be 'less', 'greater', or 'two.sided' |
pmax | max value |
if (FALSE) { get_outliers('fear_idx',g,pmax=0.05) }