ibind {mice}R Documentation

Combine imputations fitted to the same data

Description

This function combines two mids objects x and y into a single mids object. The two mids objects should have the same underlying multiple imputation model and should be fitted on exactly the same dataset. If the number of imputations in x is m(x) and in y is m(y) then the combination of both objects contains m(x)+m(y) imputations.

Usage

ibind(x, y)

Arguments

x

A mids object.

y

A mids object.

Value

An S3 object of class mids

Author(s)

Karin Groothuis-Oudshoorn, Stef van Buuren, 2009

See Also

mids, rbind.mids, cbind.mids


[Package mice version 2.22 Index]