daccr | R Documentation |
Density, distribution function, quantile function, and random generation for the accrual distribution.
daccr(x, arm)
paccr(q, arm, lower.tail = T)
qaccr(p, arm)
raccr(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. |
daccr
gives the density, paccr
gives the distribution
function, qaccr
gives the quantile function, and raccr
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.