Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
man
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

quantregForest

Build Status Build status codecov HitCount CRAN CRAN Rdoc

Overview

Quantile Regression Forests is a tree-based ensemble method for estimation of conditional quantiles (Meinshausen, 2006). It is particularly well suited for high-dimensional data. Predictor variables of mixed classes can be handled. The package is dependent on the package 'randomForest', written by Andy Liaw.

Installation

you can install the official version from CRAN using the command:

install.packages("quantregForest")

if you want to install the development version on github use:

install.packages("devtools")
devtools::install_github("lorismichel/quantregForest")

Issues

To report an issue, please use the issue tracker on github.com.

About

R package - Quantile Regression Forests, a tree-based ensemble method for estimation of conditional quantiles (Meinshausen, 2006).

Topics

Resources

Packages

No packages published
You can’t perform that action at this time.