powered by
Function to convert death probabilities to mortality rates
qx2mx(qx, ax = 0.5)
death probabilities
the average number of years lived between ages x and x +1 by individuals who die in that interval
A vector of mortality rates
mxt, qxt, mx2qx
mxt
qxt
mx2qx
# NOT RUN { data(soa08Act) soa08qx<-as(soa08Act,"numeric") soa08mx<-qx2mx(qx=soa08qx) soa08qx2<-mx2qx(soa08mx) # }
Run the code above in your browser using DataLab