1

我们有一个问题,我们希望你们中的一个人能够提供帮助。我们想根据我们的 Stmomo 对象计算预期寿命。这是我们当前的代码:

M7 = m7(link='logit') #set up the used model
M7fitM <- fit(M7, data = NLmale, years.fit = 1970:2014, ages.fit = 60:90, wxt=wxt) # fit it to dutch data
M7forM = forecast(M7fitM, h=100, gc.order=c(1,0,0),gc.include.constnt=TRUE) #forecast for 100years, for males only.

所以基本上我们已经用 m7 模型预测了死亡率。但我们不知道如何将其转化为预期寿命。如果有人能够提供帮助,将不胜感激。

4

0 回答 0