plotRFEAT: Random Forest + Efficiency Analysis Trees Plot

Description Usage Arguments Value Examples

View source: R/plotRFEAT.R

Description

Plot a graph with the Out-of-Bag error for a forest consisting of m trees.

Usage

1
plotRFEAT(object)

Arguments

object

A RFEAT object.

Value

Line plot with the OOB error and the number of trees in the forest.

Examples

1
2
3
4
simulated <- Y1.sim(N = 150, nX = 6)
RFmodel <- RFEAT(data = simulated, x = 1:6, y = 7, numStop = 10,
                  m = 50, s_mtry = "BRM", na.rm = TRUE)
plotRFEAT(RFmodel)

MiriamEsteve/EAT documentation built on Jan. 18, 2022, 6:55 p.m.