search for: impmethmice

Displaying 1 result from an estimated 1 matches for "impmethmice".

2008 Jul 09
0
problems using mice()
R 2.7.2 PPC Mac OS X 10.4.11 library mice 1.13.1 I try to use mice for multivariate data imputation. My variables are numeric, factors, count data, ordered factors. First I created a vector for the methods to use with each variable ImpMethMice<-c(rep("logreg", 62), rep("polyreg",1), rep("norm",12), rep("polyreg",12)) next step was Test<-mice(df, im=ImpMethMice) I got the following error message: iter imp variable 1 1 variablenameFehler in impute.logreg(c(2L, 2L, 2L, 2L, 2L, 2L,...