Hi all,

In addition, I am planning to do a multiple imputation with MICE package using the data read by bigmemory package.

So usually, the multiple imputation code is like this:

> imp=mice(data.frame,m=50,seed=1234,print=F)

the data.frame is required. How can I change the big.matrix class generated by bigmemory package to a data.frame?

Thank you very much.

ya

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to