logitncdf | R Documentation |
Logit-normal cumulative distribution function
logitncdf(x, mu, sigma)
x |
Vector of values. |
mu |
Location parameter. |
sigma |
Scale parameter. |
Value of the logit-normal cumulative distribution function.
logitncdf(0.5, 1, 2) logitncdf(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.