mira {mice}R Documentation

Multiply Imputed Repeated Analyses

Description

The mira object is generated by the lm.mids and glm.mids functions. The mira class of objects has methods for the following generic functions: print, summary.

Usage

## S3 method for class 'mira':
print(x, ...)
## S3 method for class 'mira':
summary(object, correlation, ...)

Arguments

x, object An object containing the m fit objects of a complete data analysis, plus some additional information.
correlation
... not used

Value

call The call that created the object.
call1 The call that created the mids object that was used in call.
nmis An array containing the number of missing observations per column.
analyses A list of m components containing the individual fit objects from each of the m complete data analyses.

Author(s)

Stef van Buuren, Karin Groothuis-Oudshoorn, 2000

References

Van Buuren, S., Groothuis-Oudshoorn, C.G.M. (2000) Multivariate Imputation by Chained Equations: MICE V1.0 User's manual. Leiden: TNO Quality of Life. http://www.stefvanbuuren.nl/publications/MICE V1.0 Manual TNO00038 2000.pdf


[Package mice version 1.21 Index]