logit | R Documentation |
logit
applies the logistic link function f(x) = log(x / (1-x)).
logit(x,tol=1e-6)
x |
A numeric vector with values in the interval [0,1]. |
tol |
A positive scalar which bounds the entries of x away from 0 and 1
for numerical stability.
Defaults to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.