Description Usage Arguments Value Examples
View source: R/Function_CRTBound.R
Returns logistic function exp(x)/[1+exp(x)]
1 | logistic(x)
|
x |
A real number |
A logistic transformation of x, i.e., exp(x)/[1+exp(x)]
1 | logistic(1) # Returns 0.7310586
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.