logit {SVDMx} | R Documentation |
Calculate logit
Description
Calculate logit
Usage
logit(x)
Arguments
x |
A number in the range (0,1). |
Value
The logit of x
.
Examples
logit(0.5)
[Package SVDMx version 0.1.0 Index]
logit {SVDMx} | R Documentation |
Calculate logit
logit(x)
x |
A number in the range (0,1). |
The logit of x
.
logit(0.5)