plot.ooberror: Plot of OOB Error Rate

Description Usage Arguments Details Author(s) References See Also Examples

View source: R/plot.ooberror.R

Description

Plot out-of-bag (OOB) error rate from the conditional ensemble estimation.

Usage

1

Arguments

x

An object of class boot.modelSampler, created by the function boot.modelSampler. See below.

main

Title of the plot.

...

Further arguments passed to or from other methods.

Details

An out-of-bag estimated prediction error (PE) plot will give a visualization of the "best" dimension of model. Red points are model size specific estimated PE. Dotted black lines are PE +/- s.e(PE). Smoothed black line represents loess estimated line of PE.

Author(s)

Tanujit Dey tanujit.dey@gmail.com

References

Dey, T. (2013). modelSampler: An R Tool for Variable Selection and Model Exploration in Linear Regression. Journal of Data Science, 11(2), 371-387.

See Also

boot.modelSampler, modelSampler, print.boot.modelSampler, print.modelSampler, plot.modelSampler, plot.icicle, plot.var.stability, plot.FPE.

Examples

1
2
3
4
  data(Pollute, package = "modelSampler") 
  ms.boot <- boot.modelSampler(MortRate~., Pollute, n.iter1=2500, 
  n.iter2=2500, B=20, verbose = TRUE)
  plot.ooberror(ms.boot, main="Pollute Data")

tanujitdey/modelSampler documentation built on May 5, 2019, 11:01 p.m.