inv_logit_scaled {brms} | R Documentation |
Scaled inverse logit-link
Description
Computes inv_logit(x) * (ub - lb) + lb
Usage
inv_logit_scaled(x, lb = 0, ub = 1)
Arguments
x |
A numeric or complex vector. |
lb |
Lower bound defaulting to |
ub |
Upper bound defaulting to |
Value
A numeric or complex vector between lb
and ub
.
[Package brms version 2.21.0 Index]