Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Llogis

The log-logistic distribution


Description

Density, distribution function, hazards, quantile function and random generation for the log-logistic distribution.

Arguments

x, q

vector of quantiles.

p

vector of probabilities.

n

number of observations. If length(n) > 1, the length is taken to be the number required.

shape, scale

vector of shape and scale parameters.

log, log.p

logical; if TRUE, probabilities p are given as log(p).

lower.tail

logical; if TRUE (default), probabilities are P(X <= x), otherwise, P(X > x).

Details

The log-logistic distribution with shape parameter a>0 and scale parameter b>0 has probability density function

f(x | a, b) = (a/b) (x/b)^{a-1} / (1 + (x/b)^a)^2

and hazard

h(x | a, b) = (a/b) (x/b)^{a-1} / (1 + (x/b)^a)

for x>0. The hazard is decreasing for shape a <= 1, and unimodal for a > 1.

The probability distribution function is

F(x | a, b) = 1 - 1 / (1 + (x/b)^a)

If a > 1, the mean is b c / sin(c), and if a > 2 the variance is b^2 * (2*c/sin(2*c) - c^2/sin(c)^2), where c = π/a, otherwise these are undefined.

Value

dllogis gives the density, pllogis gives the distribution function, qllogis gives the quantile function, hllogis gives the hazard function, Hllogis gives the cumulative hazard function, and rllogis generates random deviates.

Note

Various different parameterisations of this distribution are used. In the one used here, the interpretation of the parameters is the same as in the standard Weibull distribution (dweibull). Like the Weibull, the survivor function is a transformation of (x/b)^a from the non-negative real line to [0,1], but with a different link function. Covariates on b represent time acceleration factors, or ratios of expected survival.

The same parameterisation is also uqsed in dllogis in the eha package.

Author(s)

Christopher Jackson <chris.jackson@mrc-bsu.cam.ac.uk>

References

Stata Press (2007) Stata release 10 manual: Survival analysis and epidemiological tables.

See Also


flexsurv

Flexible Parametric Survival and Multi-State Models

v2.0
GPL (>= 2)
Authors
Christopher Jackson [aut, cre], Paul Metcalfe [ctb], Jordan Amdahl [ctb], Matthew T. Warkentin [ctb], Kevin Kunzmann [ctb]
Initial release
2021-02-22

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.