Re: [R] randomForest outlier return NA

2010-07-15 Thread Pau Carrio Gaspar
.org [mailto:r-help-boun...@r-project.org] > On Behalf Of Pau Carrio Gaspar > Sent: Wednesday, July 14, 2010 6:36 AM > To: r-help@r-project.org > Subject: [R] randomForest outlier return NA > > Dear R-users, > > I have a problem with randomForest{outlier}. > Afte

Re: [R] randomForest outlier return NA

2010-07-15 Thread Liaw, Andy
anks for reporting. Best, Andy -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Pau Carrio Gaspar Sent: Wednesday, July 14, 2010 6:36 AM To: r-help@r-project.org Subject: [R] randomForest outlier return NA Dear R-users, I have a problem

[R] randomForest outlier return NA

2010-07-14 Thread Pau Carrio Gaspar
Dear R-users, I have a problem with randomForest{outlier}. After running the following code ( that produces a silly data set and builds a model with randomForest ): ### library(randomForest) set.seed(0) ## build data set X <- rbind( matrix( runif(n=400,min=-1,max=1), ncol =