search for: ourlin

Displaying 2 results from an estimated 2 matches for "ourlin".

Did you mean: curlin
2008 Nov 26
1
multiple imputation with fit.mult.impute in Hmisc - how to replace NA with imputed value?
I am doing multiple imputation with Hmisc, and can't figure out how to replace the NA values with the imputed values. Here's a general ourline of the process: > set.seed(23) > library("mice") > library("Hmisc") > library("Design") > d <- read.table("DailyDataRaw_01.txt",header=T) > length(d);length(d[,1]) [1] 43 [1] 2666 Do for this data set, there are 43 columns and 266...
2009 Mar 09
5
Help
...lt.edu> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Charlie Brush wrote: > > I am doing multiple imputation with Hmisc, and > > can't figure out how to replace the NA values with > > the imputed values. > > > > Here's a general ourline of the process: > > > > > set.seed(23) > > > library("mice") > > > library("Hmisc") > > > library("Design") > > > d <- read.table("DailyDataRaw_01.txt",header=T) > > > length(d);length(d[,1...