Description Usage Arguments See Also Examples
This is the calculation of mortality rate and confidence limits, given N
(number alive at the outset), S
(number of survivors), and time (time
interval). All three can be arrays, vectors, or scalars, but all three must
be identical size.
1 | mortality.calculation(N, S, meantime)
|
N |
The number of individuals alive at the outset. |
S |
Number of survivors |
meantime |
xxxdocparam |
1 2 3 4 5 6 7 8 | ## Not run:
mortality.calculation(
N = c(100, 1000),
S = c(75, 750),
meantime = c(5.1, 5.1)
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.