dlogitnorm | R Documentation |
Density, distribution function, and quantile function for the logit Normal
distribution. The location and scale parameters of the distribution are mu
and sigma
, which are the mean and standard deviation on the logit scale.
For convenience, the distribution may also be specified in terms of its mean
and standard deviation, instead of its logit-mean and logit-sd.
dlogitnorm(x, mu = 0, sigma = 1, ..., mean, sd)
plogitnorm(q, mu = 0, sigma = 1, ..., mean, sd)
qlogitnorm(p, mu = 0, sigma = 1, ..., mean, sd)
x , q |
vector of quantiles |
mu , sigma |
location and scale parameters, on the logit scale |
... |
additional arguments, passed to |
mean , sd |
mean and standard deviation, overriding |
p |
vector of probabilities |
Numeric vector of length equal to the maximum of the lengths of the input arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.