convergence.plot {mi}R Documentation

Convergence Plot of mi Object

Description

Function to plot trace of mi iterative samples.

Usage

convergence.plot ( mi.object, ... )
conv.plot ( mi.object, ... )

Arguments

mi.object mi object generated from mi function
... Other options for traceplot function.

Details

Convergence plot plots the convergence of the means and the standard deviation of each variable for the different imputation.

Author(s)

Masanao Yajima yajima@stat.columbia.edu, M. Grazia Pittau grazia@stat.columbia.edu, Andrew Gelman gelman@stat.columbia.edu

References

Yu-Sung Su, Andrew Gelman, Jennifer Hill, Masanao Yajima. Forthcoming. “Multiple Imputation with Diagnostics (mi) in R: Opening Windows into the Black Box”. Journal of Statistical Software.

Examples

  data(CHAIN)
  imp.CHAIN <- mi(CHAIN, n.iter=6, post.run=FALSE)
  convergence.plot(imp.CHAIN,mfrow=c(2,4))

[Package mi version 0.08-06 Index]