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