dsurv | R Documentation |
Density, distribution function, hazard function, quantile function, and random generation for the survival distribution.
dsurv(x, arm, include_cured = T)
psurv(q, arm, include_cured = T, lower.tail = T)
hsurv(x, arm, include_cured = T)
qsurv(p, arm, include_cured = T, lower.tail = T)
rsurv(n = 1, arm, include_cured = T)
x , q |
vector of quantiles. |
arm |
object of class arm. |
include_cured |
logical; if TRUE, mixture distribution of cured and uncured patients is considered; otherwise, only the distribution for uncured patients is considered. |
lower.tail |
logical; if TRUE, probabilities are |
p |
vector of probabilities. |
n |
number of observations. |
dsurv
gives the density, psurv
gives the distribution
function, hsurv
gives the hazard function, qsurv
gives the
quantile function, and rsurv
generates random deviates.
create_arm
and create_arm_lachin
for creating an object of class 'arm'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.