Hello! I have some problem with package rminer function imputation. For example, i have data frame > data.frame(X1,X2,X3) X1 X2 X3 1 2002 82 88.53316 2 2001 39 68.41058 3 NA NA NA but when i use imputation, R gives an error > print(imputation("hotdeck",d, "X3")) Error in DTS[, YDTS] = 0 : incorrect number of subscripts on matrix Coud you please help me with it. X!,X2,X3 are vectors from real data [[alternative HTML version deleted]]
Seemingly Similar Threads
- clusterMI: Cluster Analysis with Missing Values by Multiple Imputation
- clusterMI: Cluster Analysis with Missing Values by Multiple Imputation
- Multiple imputation using mice
- Multiple imputation with plausible values already in the data
- MICE passive imputation formula