README.md

RFpredInterval

R package which implements Prediction Intervals with Random Forests and Boosted Forests

RFpredInterval package has two main R functions as below:

Installation

This package is available on CRAN. Alternatively, you can install RFpredInterval from GitHub using the devtools package. Run the following code in R to install:

if (!require(devtools)) {
  install.packages("devtools")
  library(devtools)
}
devtools::install_github('calakus/RFpredInterval')

References



Try the RFpredInterval package in your browser

Any scripts or data that you put into this service are public.

RFpredInterval documentation built on March 7, 2023, 7:17 p.m.