0

多重插补 (MI) 有 3 个步骤。

  • 步骤1。估算
  • 第2步。分析
  • 第三步。合并(池化)

Amelia我使用R 中的包实现了这段代码。

> th.out <-amelia(th, m=5, ts="CTIME", cs="ID")   
 #'th' is a dataset related to temperature and humidity.

结果amelia()是 5 个估算数据集。(th.out$imputations[1], th.out$imputations[2] .... th.out$imputations[5]).

似乎amelia() 只实现了第 1 步(估算)。如何进行第 2 步(分析)和第 3 步(组合)?你能推荐一些函数或包来执行剩下的两个步骤吗?

4

0 回答 0