event_prob | R Documentation |
Generate the conditional probability of an even during an interval of time.
event_prob(x, start, end, ...)
x |
A |
start |
A numeric vector of interval start times |
end |
A numeric vector of interval end times |
... |
additional arguments passed to methods |
dist1 <- define_surv_param('exp', rate = 0.12)
surv_prob(dist1, c(0, 1, 2, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.