View source: R/numeric-helpers.R
inv_logit_scaled | R Documentation |
Computes inv_logit(x) * (ub - lb) + lb
inv_logit_scaled(x, lb = 0, ub = 1)
x |
A numeric or complex vector. |
lb |
Lower bound defaulting to |
ub |
Upper bound defaulting to |
A numeric or complex vector between lb
and ub
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.