Solved – Multiple Imputation – calculating effect size and reporting results

effect-sizemultiple-imputation

I'm analyzing the change of various psychometric features that are supposed to change during treatment and their relation to some other features (I don't think I have to go much into detail here). My dataset contains two waves of measurement on treated subjects (before and after treatment). Due to attrition, I handled missing data by multiple imputation. This worked out fine, but when I'm preparing my results for publication, several questions arise:

  • I included some sample characteristics (age, length of treatment etc.) in the imputation model, because they are related to missingness and are used in some analysis. When I'm reporting sample characteristics at the beginning of my results section, should I report those of my original, non-imputed sample (had some missing in those variables, too), or should I report the imputed data?
  • In the first table, I want to show means and standard deviations of the various psychometric measures at the two measurement points, as well as the results of t-test and the effect size. Unfortunately, with MI I don't get any pooled standard deviation and thus no pooled effect size. Several journals as well as the APA publication manual say it's essential to report SD and effect size, what can I do?

Thanks for your help!

Best Answer

Regarding your first question, I think you should report on the original sample at both time points. In the text, you would then explain that data was missing and how you handled it.

On your second question, it partly depends what software you are using. With SAS, you can certainly get effect sizes for any analysis done with imputed data. You can also do calculations on that imputed data set. Indeed, the imputation process is separate from the analysis.

I haven't done much imputation work with R, but I am sure these things are available there, too.

Related Question