Usage
dmakeham(x, shape = c(1, 1), scale = 1, log = FALSE)
pmakeham(q, shape = c(1, 1), scale = 1, lower.tail = TRUE, log.p = FALSE)
qmakeham(p, shape = c(1, 1), scale = 1, lower.tail = TRUE, log.p = FALSE)
hmakeham(x, shape = c(1, 1), scale = 1, log = FALSE)
Hmakeham(x, shape = c(1, 1), scale = 1, log.p = FALSE)
rmakeham(n, shape = c(1, 1), scale = 1)
Arguments
p
vector of probabilities.
n
number of observations. If length(n) > 1
, the length
is taken to be the number required.
shape, scale
Parameters: shape, a vector of length 2,
defaulting to c(1, 1),
and scale, defaulting to 1.
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)$.=>