Dear All, I am currently using the MI package (Su, Gelman, Hill and Yajima) to make multiple Imputations of my dataset with missing values. After fitting a model, I can use display(model) to visualize the pooled estimates as well as estimates of each imputed dataset. I can visualize these also by typing print(model).
However I would like to know how I can extract estimates of single imputed datasets. I have tried several commands for the first imputed dataset like mi.pooled$coefficients[[1]] , summary(model$analyses[[1]], etc etc but each do not work and i keep getting an error "object of type 'closure' is not subsettable" Any one with an idea? Trevor -- View this message in context: http://r.789695.n4.nabble.com/Extract-estimates-from-each-dataset-MI-package-tp2259864p2259864.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.