View source: R/getDesignSurvivals.R
fquantile | R Documentation |
Obtains the quantiles of a survival distribution.
fquantile(S, probs, ...)
S |
The survival function of a univariate survival time. |
probs |
The numeric vector of probabilities. |
... |
Additional arguments to be passed to S. |
A vector of length(probs)
for the quantiles.
Kaifeng Lu, kaifenglu@gmail.com
fquantile(pweibull, probs = c(0.25, 0.5, 0.75),
shape = 1.37, scale = 1/0.818, lower.tail = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.