dloss | R Documentation |
Density, distribution function, hazard function, quantile function, and random generation for the loss to follow-up distribution.
dloss(x, arm)
ploss(q, arm, lower.tail = T)
hloss(x, arm)
qloss(p, arm, lower.tail = T)
rloss(n = 1, arm)
x , q |
vector of quantiles. |
arm |
object of class 'arm'. |
lower.tail |
logical; if TRUE, probabilities are |
p |
vector of probabilities. |
n |
number of observations. |
dloss
gives the density, ploss
gives the distribution
function, hloss
gives the hazard function, qloss
gives the
quantile function, and rloss
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.