Learn R Programming

mice (version 2.30)

ibind: 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

See Also

mids, rbind.mids, cbind.mids