Description Usage Arguments Details Value Examples
Calculates confidence limits around a number of deaths, D, out of N individuals.
1 | find.climits(N, D, alpha = 0.05, kind = "upper")
|
N |
The number of individuals alive at the outset. |
D |
The number of deaths by the end. |
alpha |
The critical probability. Defaults to 0.05, which gives 95% confidence limits. |
kind |
Either "upper" or "lower". |
It uses the beta distribution as the conjugate of the binomial, so the beta is the posterior of the number dying. N and D can be vectors or matrices, but must have matching dimensions.
Confidence limits for the given number of surviving trees.
1 2 3 4 | ## Not run:
find.climits(10, 5, kind = 'lower')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.