## S3 method for class 'mi,missing':
plot( x, m = 1, vrb = NULL, vrb.name = "Variable Score",
gray.scale = FALSE, mfrow=c( 1, 4 ), ...)
mi
object generated by the mi function.TRUE
, makes the plot into gray scale with predefined color and line type.mi
,
mi.scatterplot
,
mi.hist
data(CHAIN)
imp.CHAIN <- mi(CHAIN, n.iter=6, preprocess=FALSE, add.priors=FALSE)
plot(imp.CHAIN)
Run the code above in your browser using DataLab