[R] Extract estimates from each dataset: MI package

2010-06-18 Thread KDT
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

Re: [R] Extract estimates from each dataset: MI package

2010-06-18 Thread Joris Meys
A good idea would be to read the posting guide : PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. No really, do read it. It's not there just to annoy people, it really has a function. Getting you to

Re: [R] Extract estimates from each dataset: MI package

2010-06-18 Thread KDT
Thanks Joris and pardon me for over assuming. let me add more information. My data is very huge and it is nested with repeated measurements. This is a sample of the dataset. id sex lang sch age chapt item length Resp 1 10 8 27.02095 31 4 0 1

Re: [R] Extract estimates from each dataset: MI package

2010-06-18 Thread Joris Meys
That's indeed the information I needed. I found the solution, and I'll explain you how I reached it as well. Once you find your way around objects, you can solve these problems yourself rather easily. So bear with me for a moment. If you don't know what S4 classes are, please do a search on

Re: [R] Extract estimates from each dataset: MI package

2010-06-18 Thread KDT
Thanks Joris, This works best for me!!! :) Thanks once more Trevor -- View this message in context: http://r.789695.n4.nabble.com/Extract-estimates-from-each-dataset-MI-package-tp2259864p2260191.html Sent from the R help mailing list archive at Nabble.com.