我有HMD的死亡率数据,我使用StMoMo软件包进行拟合和预测。我使用的模型之一是Renshaw-Haberman。我的代码是:
ages.fit<-55:89
wxt<- genWeightMat(ages = 55:89, years = grstomo.male$years, clip = 3)
rh<-rh(link = "log", cohortAgeFun = "1")
rhfit.male<- fit(rh, data = grstomo.male, ages.fit = ages.fit, wxt=wxt)
您知道我如何通过该模型创建寿命表吗?
谢谢