phi_inverse | R Documentation |
This function applies the inverse logistic function to a vector, which maps the values of the vector to the range (0, 1).
phi_inverse(mu)
mu |
A numeric vector to transform using an inverse log ratio transformation. |
A numeric vector with values mapped to the range (0, 1) and a reference coordinate added.
phi_inverse(c(-5, 0, 5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.