Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

migrated from quant.stackexchange.com Oct 24 '12 at 3:07

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.