mira
object is generated by the with.mids()
, lm.mids()
and glm.mids()
functions.
The as.mira()
function takes the results of repeated complete-data
analysis stored as a list, and turns it into a mira
object that
can be pooled. Pooling requires that coef()
and vcov()
methods are available for fitted object.
The mira
class of objects has methods for the following generic functions:
print
, summary
.is.mira(x)
as.mira(fitlist)
## S3 method for class 'mira':
print(x)
## S3 method for class 'mira':
summary(object)
m
fit objects of a complete data analysis,
plus some additional information.by()
function.mids
object that was used in call
.m
components containing the individual fit objects from each of the m
complete data analyses.with.mids
, mids
, mipo