logit {blm} | R Documentation |
Logit function
Description
Returns the logit. Where,
Usage
logit(x)
Arguments
x |
numeric vector |
Value
Numeric that is the logit of x
.
See Also
Examples
logit(1:10)
[Package blm version 2022.0.0.1 Index]