LogitScale {SALTSampler} | R Documentation |
Finds logit(sp)
Description
For and
, this function returns
.
Usage
LogitScale(x, l)
Arguments
x |
|
l |
|
Examples
#Calculates logit(xl) for p = (0.4, 0.3):
#x = (Logit(0.4), Logit(0.3)) and l = 0.7
LogitScale(x = Logit(c(0.4, 0.3)), l = 0.7)
[Package SALTSampler version 1.1.0 Index]