Skip to content

forestError

A Unified Framework for Random Forest Prediction Error Estimation

v1.1.0 · Aug 10, 2021 · GPL-3

Description

Estimates the conditional error distributions of random forest predictions and common parameters of those distributions, including conditional misclassification rates, conditional mean squared prediction errors, conditional biases, and conditional quantiles, by out-of-bag weighting of out-of-bag prediction errors as proposed by Lu and Hardin (2021). This package is compatible with several existing packages that implement random forests in R.

Downloads

352

Last 30 days

10895th

1K

Last 90 days

4.6K

Last year

Trend: +9% (30d vs prior 30d)

CRAN Check Status

2 NOTE
12 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (2 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Benjamin Lu <b.lu@berkeley.edu>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Benjamin",
                      family = "Lu",
                      role = c("aut", "cre"),
                      email = "b.lu@berkeley.edu"),
               person(given = "Johanna",
                      family = "Hardin",
                      role = "aut"))
as necessary.

Package CITATION file contains call(s) to old-style personList() or
as.personList().  Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry().  Please
use bibentry() instead.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Benjamin Lu <b.lu@berkeley.edu>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Benjamin",
                      family = "Lu",
                      role = c("aut", "cre"),
                      email = "b.lu@berkeley.edu"),
               person(given = "Johanna",
                      family = "Hardin",
                      role = "aut"))
as necessary.

Package CITATION file contains call(s) to old-style personList() or
as.personList().  Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry().  Please
use bibentry() instead.

Check History

NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Benjamin Lu <b.lu@berkeley.edu>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Benjamin",
                      family = "Lu",
                      role = c("aut", "cre"),
                 
...[truncated]...
e = "aut"))
as necessary.

Package CITATION file contains call(s) to old-style personList() or
as.personList().  Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry().  Please
use bibentry() instead.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Benjamin Lu <b.lu@berkeley.edu>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Benjamin",
                      family = "Lu",
                      role = c("aut", "cre"),
                 
...[truncated]...
e = "aut"))
as necessary.

Package CITATION file contains call(s) to old-style personList() or
as.personList().  Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry().  Please
use bibentry() instead.

Dependency Network

Dependencies Reverse dependencies data.table purrr forestError

Version History

new 1.1.0 Mar 10, 2026
updated 1.1.0 ← 1.0.0 diff Aug 9, 2021
updated 1.0.0 ← 0.2.0 diff Feb 10, 2021
updated 0.2.0 ← 0.1.1 diff Apr 1, 2020
updated 0.1.1 ← 0.1.0 diff Jan 30, 2020
new 0.1.0 Jan 13, 2020