pgompertz {ssdtools} | R Documentation |
Cumulative Distribution Function for Gompertz Distribution
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
Deprecated for ssd_pgompertz()
.
Usage
pgompertz(q, llocation = 0, lshape = 0, lower.tail = TRUE, log.p = FALSE)
Arguments
q |
vector of quantiles. |
llocation |
location parameter on the log scale. |
lshape |
shape parameter on the log scale. |
lower.tail |
logical; if TRUE (default), probabilities are |
log.p |
logical; if TRUE, probabilities p are given as log(p). |
[Package ssdtools version 2.3.0 Index]