powered by
Categorises a numeric variable into "Increasing" (< 0.05), "Likely increasing" (<0.2), "Unsure" (< 0.8), "Likely decreasing" (< 0.95), "Decreasing" (<= 1)
map_prob_change(var)
Numeric variable to be categorised
A character variable.
# NOT RUN { var <- seq(0.01, 1, 0.01) var map_prob_change(var) # }
Run the code above in your browser using DataLab