Skip to contents

Logistic

Usage

logistic(q, location = 0, scale = 1, lower.tail = TRUE, log.p = FALSE)

Arguments

q

vector of quantiles.

location, scale

location and scale parameters.

lower.tail

logical; if TRUE (default), probabilities are \(P[X \le x]\), otherwise, \(P[X > x]\).

log.p

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

Value

gives the distribution function.