View source: R/numeric-helpers.R
logit_scaled | R Documentation |
Computes logit((x - lb) / (ub - lb))
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.