search for: lbdata

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

Did you mean: cbdata
2012 Dec 08
1
imputation in mice
...nuous variables still has NAs. This is the code that I am using for 5 imputations: library(mice) #Remove weights data$weight<-NULL #perform the imputation imputed.data = mice(data, m = 5, diagnostics = F) #reinsert the weights imputed.data.final=complete(imputed.data) imputed.data.final$weight=lbdata$weight #rename the imputed dataset "data" data = imputed.data.final When I perform optimal propensity score matching or nearest neighbor matching (regardless of how many imputations I perform), I get the following error: Error in matchit(assignment ~ totalexp + yrschool + new + cert + ag...