logistic | R Documentation |
This function applies the logistic function to a set of values.
logistic(x, na.rm = TRUE)
x |
A set of values ( |
na.rm |
Logical; if |
Returns a set of values between 0 and 1.
round(logistic(c(0, -2.197225, 2.1972255, -Inf, Inf)), 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.