link | R Documentation |
Logit, probit and cloglog functions are available.
The logit and the logistic (with rev = TRUE), i.e. the inverse-logit functions.
Probit is a wrapper around qnorm
(for probit
) and pnorm
(for probit^{-1}
)
Complementary log-log transformation.
logit(x, rev = FALSE)
probit(x, rev = FALSE)
cloglog(x, rev = FALSE)
x |
A numeric vector. |
rev |
The inverse of the function? |
A numeric vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.