Hi,
While executing rfImpute() in order to impute missing values in the data set I 
receive below error :

     |      Out-of-bag   |
Tree |      MSE  %Var(y) |
 800 | 2.979e+04     1.02 |
Error in prox[miss, -miss, drop = FALSE] %*% xf[, j][-miss] : 
  requires numeric/complex matrix/vector arguments

Has anyone experienced it aware of the cause? Below is the command I used to :
 x_tr_imp <- rfImpute(x_train[,-c(1,7)], x_train$Outlet_Sales, iter=5, 800)

Regards,
Sandeep S. Rana
sunnysingha.analyt...@gmail.com <mailto:sunnysingha.analyt...@gmail.com>
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to