The probability p such that
P(X > q | X > lowerBound) = 1 - p.
Arguments
q
The vector of quantiles.
piecewiseSurvivalTime
A vector that specifies the starting time of
piecewise exponential survival time intervals. Must start with 0, e.g.,
c(0, 6) breaks the time axis into 2 event intervals:
[0, 6) and [6, Inf).
Defaults to 0 for exponential distribution.
lambda
A vector of hazard rates for the event. One for
each analysis time interval.
lowerBound
The left truncation time point for the survival time.
Defaults to 0 for no truncation.
lower.tail
Logical; if TRUE (default), probabilities are P(X <= x),
otherwise, P(X > x).
log.p
Logical; if TRUE, probabilities p are given as log(p).