Density function of logitnormal distribution

dlogitnorm(x, mu = 0, sigma = 1, log = FALSE, 
    ...)

Arguments

x

vector of quantiles

mu

scale distribution parameter

sigma

location distribution parameter

log

if TRUE, the log-density is returned

...

further arguments passed to dnorm: mean, and sd for mu and sigma respectively.

Details

The function is only defined in interval (0,1), but the density returns 0 outside the support region.

Author

Thomas Wutzler

See also