e0 {VirtualPop} | R Documentation |
Computes (a) Life expectancy at birth, (b) Probability of surviving at age 65, and (c) Probability of surviving at age 85
e0(d)
d |
The name of the database. If missing, dLH is used if it exists. |
e0 |
Mean ages at death |
Prob65 |
Probability of surviving at age 65 |
Prob85 |
Probability of surviving at age 85 |
utils::data(dLH,package="VirtualPop")
e0(d=dLH)