logitninv | R Documentation |
Logit-normal inverse cumulative distribution function
logitninv(p, mu, sigma)
p |
Vector of quantiles. |
mu |
Location parameter. |
sigma |
Scale parameter. |
Value of the logit-normal inverse cumulative distribution function.
logitninv(0.5, 1, 2) logitninv(c(0, 0.5), c(0, 1), 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.