powered by
Categorises a numeric variable into "Increasing" (< 0.05), "Likely increasing" (<0.4), "Stable" (< 0.6), "Likely decreasing" (< 0.95), "Decreasing" (<= 1)
map_prob_change(var)
A character variable.
Numeric variable to be categorised
var <- seq(0.01, 1, 0.01) var map_prob_change(var)
Run the code above in your browser using DataLab