combine.output {Amelia}R Documentation

Combine Multiple Amelia Output Lists

Description

This function combines output lists from multiple runs of Amelia, where each run used the same arguments. The result is one list, formatted as if Amelia had been run once.

Usage

combine.output(...)

Arguments

...

a list of Amelia output lists from runs of Amelia with the same arguments except the number of imputations.

Details

This function is useful for combining the output from Amelia runs that occurred at different times or in different sessions of R. It assumes that the arguments given to the runs of Amelia are the same except for m, the number of imputations, and it uses the arguments from the first output list as the arguments for the combined output list.


[Package Amelia version 1.8.1 Index]