[R] mice - undefined columns selected

Jeremy Miles jeremy.miles at gmail.com
Fri Sep 12 02:49:05 CEST 2014


I've got a problem with the mice package that I don't understand.

Here's the code:
library(mice)
d <- read.csv("https://dl.dropboxusercontent.com/u/24381951/employment.csv",
 as.is=TRUE, row.names=1)d.imp <- mice(data=d, m=1)

Result is:
Error in `[.data.frame`(data, , jj) : undefined columns selected

I hope I'm doing something foolish,

thanks,

Jeremy

	[[alternative HTML version deleted]]



More information about the R-help mailing list