degrees of freedom, t-statistic, and f-values of combined multiply imputed data
问题 I am a novice R user. I installed Zelig version 4.1-3 and Amelia II version 1.7. I am puzzled on how I can obtain the degrees of freedom, t-statistic, and f-values of combined multiply imputed data using R packages and functions. First, I loaded Amelia and Zelig: require(Amelia) require(Zelig) Then, I loaded the sample data that came with Amelia: data(freetrade) I created 5 imputations for this dataset using the amelia function. a.out <- amelia(freetrade, m = 5, ts = "year", cs = "country")