Re: [R] Obtaining Complete Dataset with Imputed Values

2018-08-30 Thread Fox, John
ject.org > Subject: Re: [R] Obtaining Complete Dataset with Imputed Values > > Good morning Paul. > > I am unfamiliar with the package you are using but I have been working > through the tutorial for this purpose using finalfit, if that is any help. > > Cheers > &

Re: [R] Obtaining Complete Dataset with Imputed Values

2018-08-30 Thread Bill Poling
Bernal Sent: Friday, August 24, 2018 2:57 PM To: r-help@r-project.org Subject: [R] Obtaining Complete Dataset with Imputed Values Dear friends, hope all is well with you, I am working with package mi for data inputation. Currently working with R version 3.5.0 (64-bit). Say my data is defined as dat

[R] Obtaining Complete Dataset with Imputed Values

2018-08-24 Thread Paul Bernal
Dear friends, hope all is well with you, I am working with package mi for data inputation. Currently working with R version 3.5.0 (64-bit). Say my data is defined as dat, and I do the following: datimputations <- mi(dat[2:5], n.iter=50) completedat <- complete(datimputations) After using the c