find.my.case {MortalityLaws} | R Documentation |
Function that identifies the case/problem we have to solve
Description
Function that identifies the case/problem we have to solve
Usage
find.my.case(Dx = NULL, Ex = NULL, mx = NULL, qx = NULL, lx = NULL, dx = NULL)
Arguments
Dx |
Object containing death counts. An element of the |
Ex |
Exposure in the period. |
mx |
Life table death rate in age interval [x, x+n). |
qx |
Probability of dying in age interval [x, x+n). |
lx |
Probability of survival up until exact age x (if l(0) = 1), or the number of survivors at exact age x, assuming l(0) > 1. |
dx |
Deaths by life-table population in the age interval [x, x+n). |
Value
A list containing problem solving details
[Package MortalityLaws version 2.1.0 Index]