Christian Kampichler
2013-Jun-21 13:36 UTC
[R] Package random forest: can corr.bias be harmful?
There exists an option corr.bias for making regression analyses with the R package randomForest. The manual warns ?Experimental. Use at your own risk.? What does corr.bias precisely do and why can it be dangerous to use it? As far as I know the bias correction is based on a linear regression between the out-of-bag-prediction and the observed values which is used for correction of all predictions made by the model, but this does not appear so harmful to me. -- Dr. Christian Kampichler Sovon Dutch Centre for Field Ornithology PO Box 6521, 6503 GA Nijmegen, The Netherlands +31 24 7 410 410 www.sovon.nl
Hi, Christian. It sounds like to the maintainer feels that the package needs improvements, i.e., it may not function as expected. However, you may contact him directly using maintainer("randomForest"). Best, Benjamin On Fri, Jun 21, 2013 at 9:36 AM, Christian Kampichler < christian.kampichler@sovon.nl> wrote:> There exists an option corr.bias for making regression analyses with the R > package randomForest. The manual warns “Experimental. Use at your own > risk.” What does corr.bias precisely do and why can it be dangerous to use > it? As far as I know the bias correction is based on a linear regression > between the out-of-bag-prediction and the observed values which is used for > correction of all predictions made by the model, but this does not appear > so harmful to me. > > -- > Dr. Christian Kampichler > Sovon Dutch Centre for Field Ornithology > PO Box 6521, 6503 GA Nijmegen, The Netherlands > +31 24 7 410 410 > www.sovon.nl > > ______________________________**________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/**listinfo/r-help<https://stat.ethz.ch/mailman/listinfo/r-help> > PLEASE do read the posting guide http://www.R-project.org/** > posting-guide.html <http://www.R-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]