[R] Is there a good package for multiple imputation of missing values in R?

2008-06-30 Thread Robert A. LaBudde
I'm looking for a package that has a start-of-the-art method of imputation of missing values in a data frame with both continuous and factor columns. I've found transcan() in 'Hmisc', which appears to be possibly suited to my needs, but I haven't been able to figure out how to get a new data

Re: [R] Is there a good package for multiple imputation of missing values in R?

2008-06-30 Thread Shige Song
Robert, Try Amelia, which can be used with Zelig for post-imputation estimation. I find it a very helpful combination. Shige On Mon, Jun 30, 2008 at 3:02 PM, Robert A. LaBudde [EMAIL PROTECTED] wrote: I'm looking for a package that has a start-of-the-art method of imputation of missing

Re: [R] Is there a good package for multiple imputation of missing values in R?

2008-06-30 Thread Frank E Harrell Jr
Robert A. LaBudde wrote: I'm looking for a package that has a start-of-the-art method of imputation of missing values in a data frame with both continuous and factor columns. I've found transcan() in 'Hmisc', which appears to be possibly suited to my needs, but I haven't been able to figure

Re: [R] Is there a good package for multiple imputation of missing values in R?

2008-06-30 Thread Robert A LaBudde
At 03:02 AM 6/30/2008, Robert A. LaBudde wrote: I'm looking for a package that has a start-of-the-art method of imputation of missing values in a data frame with both continuous and factor columns. I've found transcan() in 'Hmisc', which appears to be possibly suited to my needs, but I

Re: [R] Is there a good package for multiple imputation of missing values in R?

2008-06-30 Thread Frank E Harrell Jr
Robert A LaBudde wrote: At 03:02 AM 6/30/2008, Robert A. LaBudde wrote: I'm looking for a package that has a start-of-the-art method of imputation of missing values in a data frame with both continuous and factor columns. I've found transcan() in 'Hmisc', which appears to be possibly suited