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)
Numeric vector of length equal to the maximum of the lengths of the input arguments.
vector of quantiles
location and scale parameters, on the logit scale
additional arguments, passed to [dpq]norm()
mean and standard deviation, overriding mu
and sigma
if
specified
vector of probabilities