Jan-Paul Roodbol wrote: > Does anyone know if randomForest in R can handle > dataset with missings?
See ?randomForest, you can omit observations including NAs by specifying na.action=na.omit Please do not cross-post! Please specify a sensible subject! Uwe Ligges > Thank you > > Kind regards > > Jan-Paul > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
