plot.icicle: Icicle plot

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

View source: R/plot.icicle.R

Description

Graphical analysis of the object created by boot.modelSampler.

Usage

1

Arguments

x

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

main

Title of the plot.

...

Further arguments passed to or from other methods.

Details

An Icicle plot will help user to assess the stability of variables and provide a stable set of selected variables.

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.modelSampler, print.boot.modelSampler, plot.modelSampler, plot.FPE, plot.var.stability, plot.ooberror.

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.icicle(ms.boot, main="Pollute Data")

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