combine.output | R Documentation |
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.
combine.output(...)
... |
a list of Amelia output lists from runs of Amelia with the same arguments except the number of imputations. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.