How do I calculate NRMSE by the following?
pro.imp <- missForest(pr.mis, xtrue = prdat, verbose=TRUE)
I get the following error:
missForest iteration 1 in progress...
Error in `rownames<-`(`*tmp*`, value = row.names(x)) :
attempt to set rownames on object with no dimensions
In addition: Warning message:
In randomForest.default(x = obsX, y = obsY, ntree = ntree, mtry = mtry, :
invalid mtry: reset to within valid range
Also, how do I import my own data sets into R's default location of data sets?