mids
object is generated by the mice
and mice.mids
functions. The
mids
class of objects has methods for the following generic
functions: print
, summary
, plot
.is.mids(x)
## S3 method for class 'mids':
print(x,\dots)
## S3 method for class 'mids':
summary(object,\dots)
## S3 method for class 'mids,ANY':
plot(x, y, \dots)plot.mids(x, y=NULL, theme=mice.theme(),
layout=c(2,3), type="l", col=1:10, lty=1,
...)
mids
.length(dimnames(x$chainMean[,,1])[[1]])
, or a formula. The result of the evaluation will be plotted in the trace plot.xyplot()
.nmis[j]
by m
matrix of imputed values for
variable j
.ncol(data)
containing code 0/1 data specifying
the predictor set.ncol(data)
with commands for post-processingm
components. Each component is a length(visitSequence)
by maxit
matrix containing the mean of the generated multiple
imputations. The array can be used for monitoring convergence.
Note that observed data are not present in this mean.chainMean
, containing the covariances
of the imputed values.mice
: Multivariate Imputation by Chained Equations in R
.
Journal of Statistical Software, 45(3), 1-67.
mice
, mira
, mipo