print.boot.modelSampler: Print summary output from boot.modelSampler

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

Description

At the end of bootstrap run, it returns an object which prints the "best" subsets of variables.

Usage

1

Arguments

x

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

...

Further arguments passed to or from other methods.

Details

Outputs from boot.modelSampler.

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, plot.modelSampler, print.modelSampler, plot.icicle, 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)
  print.boot.modelSampler(ms.boot)

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