mortality.calculation: Calculate mortality rate and confidence limits.

Description Usage Arguments See Also Examples

Description

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.

Usage

1
mortality.calculation(N, S, meantime)

Arguments

N

The number of individuals alive at the outset.

S

Number of survivors

meantime

xxxdocparam

See Also

find.climits().

Examples

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)

forestgeo/ctfs documentation built on May 3, 2019, 6:44 p.m.