powered by
This function evaluates the calculated values from an indicator using a general logistic function
evaluate_logistic(x, b, x0, v, increasing = TRUE)
A transformed variable after applying a logistic evaluation function. A numeric value.
(numeric) The values of a calc function to be converted to an evaluation
(numeric) The growth rate
(numeric) The offset of the x-axis
(numeric) Affects the growth rate near the maximum
(boolean) Should the evaluation increase (TRUE) with x or decrease (FALSE)?
TRUE
FALSE
https://en.wikipedia.org/wiki/Generalised_logistic_function
evaluate_logistic(x = 5, b = 2, x0 = 3, v = 2.6) evaluate_logistic(x = c(0.1,0.5,1.5,3.5), b = 2, x0 = 3, v = 2.6)
Run the code above in your browser using DataLab