logit_scaled: Scaled logit-link
Description
Computes logit((x - lb) / (ub - lb))
Usage
logit_scaled(x, lb = 0, ub = 1)
Arguments
x
A numeric or complex vector.
lb
Lower bound defaulting to 0
.
ub
Upper bound defaulting to 1
.
Value
A numeric or complex vector.