Hi guys,
I need an advice from those prominent with missing data in R.
I'm currently trying to apply some packages for imputation in R such as ; mi and mice.
In mi package , i have tried to implement this code:
missing.pattern.plot(CHAIN, gray.scale = TRUE)
However, the error message prompted:
Error: could not find function "missing.pattern.plot"
Then my second attempt in package mice, i could not call the data: nhanes.
Fyi, i installed both R version 3.1.0 and 3.1.3 respectively in my laptop.
I'm using these document for my reference.
1)MICE: Multivariate Imputation by Chained Equations in R
2)Multiple Imputation with Diagnostics (mi) in R: Opening Windows into the Black Box
Thank you in advance