transfun | R Documentation |
[0,1]
A transformation function to cast any real number onto the interval [0,1]
.
Equivalent to the inverse logit transform.
transfun(x)
x |
a real number to be transformed. |
The transformed cast of the input value to the interval [0,1]
.
transfun(5.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.