Displaying 1 result from an estimated 1 matches for "ydts".
Did you mean:
  gdts
  
2011 Mar 28
0
imputation
...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]]